82 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			82 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |     "enabled": true, | ||
|  |     "neededInstalledMods": [], | ||
|  |     "neededUninstalledMods": [], | ||
|  |     "spawns": [ | ||
|  |         { | ||
|  |             "id": "absol-1", | ||
|  |             "pokemon": "absol", | ||
|  |             "presets": [ | ||
|  |                 "natural" | ||
|  |             ], | ||
|  |             "type": "pokemon", | ||
|  |             "context": "grounded", | ||
|  |             "bucket": "rare", | ||
|  |             "timeRange":"night", | ||
|  |             "canSeeSky":"true", | ||
|  |             "level": "16-25", | ||
|  |             "weight": 8.0, | ||
|  |             "condition": { | ||
|  |                 "biomes": [ | ||
|  |                     "#minecraft:is_mountain" | ||
|  |                 ] | ||
|  |             } | ||
|  |         }, | ||
|  |         { | ||
|  |             "id": "absol-2", | ||
|  |             "pokemon": "absol", | ||
|  |             "presets": [ | ||
|  |                 "natural" | ||
|  |             ], | ||
|  |             "type": "pokemon", | ||
|  |             "context": "grounded", | ||
|  |             "bucket": "uncommon", | ||
|  |             "timeRange":"midnight", | ||
|  |             "canSeeSky":"true", | ||
|  |             "level": "15-25", | ||
|  |             "weight": 4.0, | ||
|  |             "condition": { | ||
|  |                 "biomes": [ | ||
|  |                     "#minecraft:is_mountain" | ||
|  |                 ] | ||
|  |             } | ||
|  |         }, | ||
|  |         { | ||
|  |             "id": "absol-3", | ||
|  |             "pokemon": "absol", | ||
|  |             "presets": [ | ||
|  |                 "natural" | ||
|  |             ], | ||
|  |             "type": "pokemon", | ||
|  |             "context": "grounded", | ||
|  |             "bucket": "rare", | ||
|  |             "timeRange":"midnight", | ||
|  |             "canSeeSky":"true", | ||
|  |             "level": "25-43", | ||
|  |             "weight": 6.0, | ||
|  |             "condition": { | ||
|  |                 "biomes": [ | ||
|  |                     "#minecraft:is_mountain" | ||
|  |                 ] | ||
|  |             } | ||
|  |         }, | ||
|  |         { | ||
|  |             "id": "absol-4", | ||
|  |             "pokemon": "absol", | ||
|  |             "presets": [ | ||
|  |                 "natural" | ||
|  |             ], | ||
|  |             "type": "pokemon", | ||
|  |             "context": "grounded", | ||
|  |             "bucket": "common", | ||
|  |             "level": "35-52", | ||
|  |             "weight": 4.0, | ||
|  |             "condition": { | ||
|  |                 "biomes": [ | ||
|  |                     "#minecraft:is_end" | ||
|  |                 ] | ||
|  |             } | ||
|  |         } | ||
|  |     ] | ||
|  | } |