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

@ -1273,6 +1273,8 @@ mcl_core.register_snowed_node = function(itemstring_snowed, itemstring_clear, ti
end
if clear_colorization then
def.paramtype2 = nil
def.palette = nil
def.palette_index = nil
def.color = nil
def.overlay_tiles = nil
end

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,
})