Flowers: Fix misaligned waterlily texture

Previously waterlily has misaligned top and bottom textures and looks
different when viewed from below.

This also hides the flower in bottom texture.
Этот коммит содержится в:
Yutao Yuan
2016-06-17 22:47:43 +08:00
коммит произвёл paramat
родитель 3e9afe097c
Коммит e0bec501f2
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@@ -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,