51 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			51 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |     "enabled": true, | ||
|  |     "neededInstalledMods": [], | ||
|  |     "neededUninstalledMods": [], | ||
|  |     "spawns": [ | ||
|  |         { | ||
|  |             "id": "houndour-1", | ||
|  |             "pokemon": "houndour", | ||
|  |             "presets": [ | ||
|  |                 "natural" | ||
|  |             ], | ||
|  |             "type": "pokemon", | ||
|  |             "context": "grounded", | ||
|  |             "bucket": "uncommon", | ||
|  |             "level": "7-21", | ||
|  |             "weight": 5.0, | ||
|  |             "condition": { | ||
|  | 				 | ||
|  |                 "canSeeSky": true, | ||
|  |                 "biomes": [ | ||
|  |                     "#cobblemon:is_sandy" | ||
|  |                 ], | ||
|  | 				"structures": [ | ||
|  | 	         "#minecraft:village" | ||
|  | 	        ], | ||
|  |                 "timeRange": "night" | ||
|  |             } | ||
|  |       	   | ||
|  | 		   | ||
|  | 
 | ||
|  |       	  }, | ||
|  | 		  { | ||
|  |             "id": "houndour-2", | ||
|  |             "pokemon": "houndour", | ||
|  |             "presets": [ | ||
|  |                 "natural" | ||
|  |             ], | ||
|  |             "type": "pokemon", | ||
|  |             "context": "grounded", | ||
|  |             "bucket": "rare", | ||
|  |             "level": "15-34", | ||
|  |             "weight": 10, | ||
|  |             "condition": { | ||
|  |                 "canSeeSky": false, | ||
|  |                 "biomes": [ | ||
|  |                     "#minecraft:is_nether" | ||
|  |                 ] | ||
|  |             } | ||
|  | 		  } | ||
|  | 		  ] | ||
|  | } |