Fix shulkers spawn
This commit is contained in:
parent
cdbe8faa13
commit
0f7f0800de
@ -220,7 +220,7 @@ mobs_mc.spawn = {
|
||||
desert = { "default:desert_sand", "group:sand" },
|
||||
jungle = { "default:dirt_with_rainforest_litter", "default:jungleleaves" },
|
||||
snow = { "default:snow", "default:snowblock", "default:dirt_with_snow" },
|
||||
end_city = { "default:cobble", "mcl_end:end_stone", "mcl_portals:void"},
|
||||
end_city = { "default:cobble", "mcl_end:purpur_block", "mcl_end:end_stone", "mcl_portals:void"},
|
||||
wolf = { mobs_mc.items.grass_block, "default:dirt_with_rainforest_litter", "default:dirt", "default:dirt_with_snow", "default:snow", "default:snowblock" },
|
||||
|
||||
-- These probably don't need overrides
|
||||
|
Loading…
x
Reference in New Issue
Block a user