40 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "enabled": "true",
 | |
|     "neededInstalledMods": [],
 | |
|     "neededUninstalledMods": [],
 | |
|     "spawns": [
 | |
|         {
 | |
|             "id": "gothita-1",
 | |
|             "pokemon": "gothita",
 | |
|             "presets": [
 | |
|                 "natural"
 | |
|             ],
 | |
|             "type": "pokemon",
 | |
|             "context": "grounded",
 | |
|             "bucket": "uncommon",
 | |
|             "level": "12-35",
 | |
|             "weight": 5.0,
 | |
|             "condition": {
 | |
|                 "timeRange": "night",
 | |
|                 "biomes": [
 | |
|                     "#cobblemon:is_spooky"
 | |
|                 ]
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "id": "gothita-2",
 | |
|             "pokemon": "gothita",
 | |
|             "type": "pokemon",
 | |
|             "context": "grounded",
 | |
|             "bucket": "uncommon",
 | |
|             "level": "5-35",
 | |
|             "weight": 8,
 | |
|             "condition": {
 | |
|                 "canSeeSky": false,
 | |
|                 "biomes": [
 | |
|                     "#minecraft:is_end"
 | |
|                 ]
 | |
|             }
 | |
|         }
 | |
|     ]
 | |
| } |