40 lines
		
	
	
		
			940 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			940 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "enabled": true,
 | |
|     "neededInstalledMods": [],
 | |
|     "neededUninstalledMods": [],
 | |
|     "spawns": [
 | |
|         {
 | |
|             "id": "slowpoke-1",
 | |
|             "pokemon": "slowpoke",
 | |
|             "presets": [
 | |
|                 "natural"
 | |
|             ],
 | |
|             "type": "pokemon",
 | |
|             "context": "grounded",
 | |
|             "bucket": "common",
 | |
|             "level": "7-32",
 | |
|             "weight": 5.4,
 | |
|             "condition": {
 | |
|                 "canSeeSky": true,
 | |
|                 "biomes": [
 | |
|                     "#cobblemon:is_beach"
 | |
|                 ]
 | |
|             }
 | |
|         },
 | |
|    {
 | |
|      "id": "slowpoke-galarian-2",
 | |
|      "pokemon": "slowpoke galarian",
 | |
|      "presets": [ "natural" ],
 | |
|      "type": "pokemon",
 | |
|      "context": "grounded",
 | |
|      "bucket": "uncommon",
 | |
|      "level": "10-25",
 | |
|      "weight": 6.0,
 | |
|      "condition":  {
 | |
|       "biomes": [
 | |
|           "minecraft:mangrove_swamp"
 | |
|       ]
 | |
|   }
 | |
| }
 | |
|     ]
 | |
| } |