Skip to content

Commit

Permalink
Flowers: Fix misaligned waterlily texture
Browse files Browse the repository at this point in the history
Previously waterlily has misaligned top and bottom textures and looks
different when viewed from below.

This also hides the flower in bottom texture.
  • Loading branch information
infmagic2047 authored and paramat committed Jun 21, 2016
1 parent 3e9afe0 commit e0bec50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/flowers/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Binary file added mods/flowers/textures/flowers_waterlily_bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e0bec50

Please sign in to comment.