41 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			41 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |     "enabled": "true", | ||
|  |     "neededInstalledMods": [], | ||
|  |     "neededUninstalledMods": [], | ||
|  |     "spawns": [ | ||
|  |         { | ||
|  |             "id": "finizen-1", | ||
|  |             "pokemon": "finizen", | ||
|  |             "presets": [ | ||
|  |                 "underwater" | ||
|  |             ], | ||
|  |             "type": "pokemon", | ||
|  |             "context": "submerged", | ||
|  |             "bucket": "rare", | ||
|  |             "level": "15-28", | ||
|  |             "weight": 3.8, | ||
|  |             "condition": { | ||
|  |                 "biomes": [ | ||
|  |                     "minecraft:lukewarm_ocean" | ||
|  |                 ] | ||
|  |             } | ||
|  |         }, | ||
|  |         { | ||
|  |             "id": "finizen-2", | ||
|  |             "pokemon": "finizen", | ||
|  |             "presets": [ | ||
|  |                 "ocean_ruins" | ||
|  |             ], | ||
|  |             "type": "pokemon", | ||
|  |             "context": "submerged", | ||
|  |             "bucket": "uncommon", | ||
|  |             "level": "15-28", | ||
|  |             "weight": 5.8, | ||
|  |             "condition": { | ||
|  |                 "biomes": [ | ||
|  |                     "#cobblemon:is_ocean" | ||
|  |                 ] | ||
|  |             } | ||
|  |         } | ||
|  |     ] | ||
|  | } |