44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "enabled": "true",
 | |
|     "neededInstalledMods": [],
 | |
|     "neededUninstalledMods": [],
 | |
|     "spawns": [
 | |
|         {
 | |
|             "id": "shuppet-1",
 | |
|             "pokemon": "shuppet",
 | |
|             "presets": [
 | |
|                 "underground"
 | |
|             ],
 | |
|             "type": "pokemon",
 | |
|             "context": "grounded",
 | |
|             "bucket": "common",
 | |
|             "level": "15-36",
 | |
|             "weight": 20.0,
 | |
|             "condition": {
 | |
|                 "canSeeSky": false,
 | |
|                 "minHeight":2,
 | |
|                 "biomes": [
 | |
|                     "minecraft:deep_dark"
 | |
|                 ]
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "id": "shuppet-2",
 | |
|             "pokemon": "shuppet",
 | |
|             "presets": [
 | |
|                 "natural"
 | |
|             ],
 | |
|             "type": "pokemon",
 | |
|             "context": "grounded",
 | |
|             "bucket": "rare",
 | |
|             "level": "15-36",
 | |
|             "weight": 8.0,
 | |
|             "condition": {
 | |
|                 "timeRange": "night",
 | |
|                 "biomes": [
 | |
|                     "#cobblemon:is_plains"
 | |
|                 ]
 | |
|             }
 | |
|         }
 | |
|     ]
 | |
| } |