cherry-pick from github.com/minetest/minetest_game> Flowers: Fix misaligned waterlily texture
This commit is contained in:
parent
a033f68bdc
commit
2de51ee96f
2 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ minetest.register_node("flowers:waterlily", {
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
tiles = {"flowers_waterlily.png"},
|
tiles = {"flowers_waterlily.png", "flowers_waterlily_bottom.png"},
|
||||||
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,
|
||||||
|
|
BIN
mods/flowers/textures/flowers_waterlily_bottom.png
Normal file
BIN
mods/flowers/textures/flowers_waterlily_bottom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 327 B |
Loading…
Add table
Add a link
Reference in a new issue