94 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			94 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |     "enabled": true, | ||
|  |     "neededInstalledMods": [], | ||
|  |     "neededUninstalledMods": [], | ||
|  |     "spawns": [ | ||
|  |       { | ||
|  |         "id": "delcatty-1", | ||
|  |         "pokemon": "delcatty", | ||
|  |         "presets": [                 | ||
|  |             "natural", | ||
|  |             "village" | ||
|  |         ], | ||
|  |         "type": "pokemon", | ||
|  |         "context": "grounded", | ||
|  |         "bucket": "uncommon", | ||
|  |         "level": "15-55", | ||
|  |         "weight": 3.0, | ||
|  |         "weightMultiplier": { | ||
|  |             "multiplier": 1.5, | ||
|  |             "condition": { | ||
|  |                 "timeRange": "night" | ||
|  |             } | ||
|  |         }, | ||
|  |         "condition": { | ||
|  |             "canSeeSky": true, | ||
|  |             "biomes": [ | ||
|  |                 "#cobblemon:is_overworld" | ||
|  |             ], | ||
|  |             "isRaining": false | ||
|  |         }, | ||
|  |         "anticondition": { | ||
|  |             "biomes": [ | ||
|  |                 "#cobblemon:is_arid", | ||
|  |                 "#cobblemon:is_freezing" | ||
|  |             ] | ||
|  |         } | ||
|  | 
 | ||
|  |       }, | ||
|  |       { | ||
|  |         "id": "delcatty-2", | ||
|  |         "pokemon": "delcatty", | ||
|  |         "presets": [ | ||
|  |             "natural", | ||
|  |             "urban" | ||
|  |         ], | ||
|  |         "type": "pokemon", | ||
|  |         "context": "grounded", | ||
|  |         "bucket": "uncommon", | ||
|  |         "level": "15-55", | ||
|  |         "weight": 3.0, | ||
|  |         "weightMultiplier": { | ||
|  |             "multiplier": 1.5, | ||
|  |             "condition": { | ||
|  |                 "timeRange": "night" | ||
|  |             } | ||
|  |         }, | ||
|  |         "condition": { | ||
|  |             "canSeeSky": true, | ||
|  |             "biomes": [ | ||
|  |                 "#cobblemon:is_arid" | ||
|  |             ] | ||
|  |         }, | ||
|  |         "anticondition": { | ||
|  |             "structures": [ | ||
|  |                 "#minecraft:village" | ||
|  |             ] | ||
|  |         } | ||
|  |       }, | ||
|  |       { | ||
|  |         "id": "delcatty-3", | ||
|  |         "pokemon": "delcatty", | ||
|  |         "presets": [ | ||
|  |             "natural" | ||
|  |         ], | ||
|  |         "type": "pokemon", | ||
|  |         "context": "grounded", | ||
|  |         "bucket": "uncommon", | ||
|  |         "level": "15-55", | ||
|  |         "weight": 4.0, | ||
|  |         "weightMultiplier": { | ||
|  |             "multiplier": 1.5, | ||
|  |             "condition": { | ||
|  |                 "timeRange": "night" | ||
|  |             } | ||
|  |         }, | ||
|  |         "condition": { | ||
|  |             "canSeeSky": true, | ||
|  |             "biomes": [ | ||
|  |                 "minecraft:cherry_grove" | ||
|  |             ] | ||
|  |         } | ||
|  |       } | ||
|  |     ] | ||
|  |   } |