40 lines
		
	
	
		
			928 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			40 lines
		
	
	
		
			928 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |     "enabled": true, | ||
|  |     "neededInstalledMods": [], | ||
|  |     "neededUninstalledMods": [], | ||
|  |     "spawns": [ | ||
|  |         { | ||
|  |             "id": "slowking-1", | ||
|  |             "pokemon": "slowking", | ||
|  |             "presets": [ | ||
|  |                 "natural" | ||
|  |             ], | ||
|  |             "type": "pokemon", | ||
|  |             "context": "grounded", | ||
|  |             "bucket": "common", | ||
|  |             "level": "37-49", | ||
|  |             "weight": 0.06, | ||
|  |             "condition": { | ||
|  |                 "canSeeSky": true, | ||
|  |                 "biomes": [ | ||
|  |                     "#cobblemon:is_beach" | ||
|  |                 ] | ||
|  |             } | ||
|  |         }, | ||
|  |    { | ||
|  |      "id": "slowking2", | ||
|  |      "pokemon": "slowking-galarian", | ||
|  |      "presets": [ "natural" ], | ||
|  |      "type": "pokemon", | ||
|  |      "context": "grounded", | ||
|  |      "bucket": "rare", | ||
|  |      "level": "30-50", | ||
|  |      "weight": 2.0, | ||
|  |      "condition":  { | ||
|  |       "biomes": [ | ||
|  |           "minecraft:mangrove_swamp" | ||
|  |       ] | ||
|  |   } | ||
|  | } | ||
|  |     ] | ||
|  | } |