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