Fix tallgrass, fern, bonemeal for new grass color
This commit is contained in:
parent
9c55b6c9c9
commit
6002cd0af5
5 changed files with 16 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue