forked from VoxeLibre/VoxeLibre
Change the waterlily code
Waterlilies now use a brownish grey texture with a coded hex colour.
This commit is contained in:
parent
049db13b28
commit
169019096e
|
@ -427,6 +427,7 @@ minetest.register_node("mcl_flowers:waterlily", {
|
|||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
tiles = {"flowers_waterlily.png", "flowers_waterlily.png^[transformFY"},
|
||||
color = "#208030",
|
||||
use_texture_alpha = minetest.features.use_texture_alpha_string_modes and "clip" or true,
|
||||
inventory_image = "flowers_waterlily.png",
|
||||
wield_image = "flowers_waterlily.png",
|
||||
|
|
Loading…
Reference in New Issue