forked from VoxeLibre/VoxeLibre
Flip bottom waterlily texture
This commit is contained in:
parent
02fe45bca2
commit
3371479ff7
|
@ -337,7 +337,7 @@ minetest.register_node("mcl_flowers:waterlily", {
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
tiles = {"flowers_waterlily.png", "flowers_waterlily.png"},
|
tiles = {"flowers_waterlily.png", "flowers_waterlily.png^[transformFY"},
|
||||||
inventory_image = "flowers_waterlily.png",
|
inventory_image = "flowers_waterlily.png",
|
||||||
wield_image = "flowers_waterlily.png",
|
wield_image = "flowers_waterlily.png",
|
||||||
liquids_pointable = true,
|
liquids_pointable = true,
|
||||||
|
|
Loading…
Reference in New Issue