49 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			49 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |     "enabled": "true", | ||
|  |     "neededInstalledMods": [], | ||
|  |     "neededUninstalledMods": [], | ||
|  |     "spawns": [ | ||
|  |         { | ||
|  |             "id": "runerigus-1", | ||
|  |             "pokemon": "runerigus", | ||
|  |             "presets": [ | ||
|  |                 "underground" | ||
|  |             ], | ||
|  |             "type": "pokemon", | ||
|  |             "context": "grounded", | ||
|  |             "bucket": "uncommon", | ||
|  |             "level": "34-43", | ||
|  |             "weight": 2.0, | ||
|  |             "condition": { | ||
|  |                 "maxLight": 7, | ||
|  |                 "neededNearbyBlocks": [ | ||
|  |                     "minecraft:stone_bricks", | ||
|  |                     "minecraft:cracked_stone_bricks", | ||
|  |                     "minecraft:mossy_stone_bricks" | ||
|  |                 ], | ||
|  |                 "neededBaseBlocks": [ | ||
|  |                     "minecraft:stone_bricks" | ||
|  |                 ], | ||
|  |                 "maxY": 60 | ||
|  |             } | ||
|  |         }, | ||
|  |         { | ||
|  |             "id": "runerigus-2", | ||
|  |             "pokemon": "runerigus", | ||
|  |             "presets": [ | ||
|  |                 "ruins" | ||
|  |             ], | ||
|  |             "type": "pokemon", | ||
|  |             "context": "grounded", | ||
|  |             "bucket": "common", | ||
|  |             "level": "34-43", | ||
|  |             "weight": 1.0, | ||
|  |             "condition": { | ||
|  |                 "timeRange": "night", | ||
|  | 		"biomes": [ | ||
|  |                     "#cobblemon:is_overworld" | ||
|  |                 ] | ||
|  |             } | ||
|  |         } | ||
|  |     ] | ||
|  | } |