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
|
||||
|
|
|
@ -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,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue