Skip to content
Snippets Groups Projects
Commit 2de51ee9 authored by Yutao Yuan's avatar Yutao Yuan Committed by Milan
Browse files

cherry-pick from github.com/minetest/minetest_game> Flowers: Fix misaligned waterlily texture

parent a033f68b
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,7 @@ minetest.register_node("flowers:waterlily", {
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
tiles = {"flowers_waterlily.png"},
tiles = {"flowers_waterlily.png", "flowers_waterlily_bottom.png"},
inventory_image = "flowers_waterlily.png",
wield_image = "flowers_waterlily.png",
liquids_pointable = true,
......
mods/flowers/textures/flowers_waterlily_bottom.png

327 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment