Jungle spawn zone: Remove grass block, add fern

This commit is contained in:
Wuzzy 2017-08-07 16:09:02 +02:00
parent a97daa7c2c
commit 46d2b32171
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ mobs_mc.override.spawn = {
savanna = { "group:sand", "mcl_core:sandstone", "mcl_core:redsandstone" },
grassland_savanna = { mobs_mc.override.items.grass_block, "group:sand", "mcl_core:sandstone", "mcl_core:redsandstone" },
desert = { "group:sand" },
jungle = { mobs_mc.override.items.grass_block, "mcl_core:podzol", "mcl_core:jungletree", "mcl_core:jungleleaves" },
jungle = { "mcl_core:podzol", "mcl_core:jungletree", "mcl_core:jungleleaves", "mcl_flowers:fern" },
snow = { "mcl_core:snow", "mcl_core:snowblock", "mcl_core:dirt_with_grass_snow" },
end_city = { "mcl_end:purpur_block" },
wolf = { mobs_mc.override.items.grass_block, "mcl_core:dirt", "mcl_core:dirt_with_grass_snow", "mcl_core:snow", "mcl_core:snowblock", "mcl_core:podzol" },