Change the waterlily code

Waterlilies now use a brownish grey texture with a coded hex colour.
This commit is contained in:
FossFanatic 2023-02-09 09:46:18 +00:00
parent 049db13b28
commit 169019096e
1 changed files with 1 additions and 0 deletions

View File

@ -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",