Fix tallgrass, fern, bonemeal for new grass color

This commit is contained in:
Wuzzy 2019-12-13 14:28:24 +01:00
parent 9c55b6c9c9
commit 6002cd0af5
5 changed files with 16 additions and 15 deletions

View file

@ -336,7 +336,6 @@ minetest.register_node("mcl_core:dirt_with_grass", {
return mcl_core.on_snowable_construct(pos)
end,
_mcl_snowed = "mcl_core:dirt_with_grass_snow",
_mcl_grass_palette_index = 0,
_mcl_blast_resistance = 3,
_mcl_hardness = 0.6,
})