mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Change the waterlily code
Waterlilies now use a brownish grey texture with a coded hex colour.
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user