Flip bottom waterlily texture

This commit is contained in:
Wuzzy 2017-02-01 00:35:04 +01:00
parent 02fe45bca2
commit 3371479ff7
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ minetest.register_node("mcl_flowers:waterlily", {
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
tiles = {"flowers_waterlily.png", "flowers_waterlily.png"},
tiles = {"flowers_waterlily.png", "flowers_waterlily.png^[transformFY"},
inventory_image = "flowers_waterlily.png",
wield_image = "flowers_waterlily.png",
liquids_pointable = true,