Fix flower orientation on downside
This commit is contained in:
parent
018a883e75
commit
9cba6b2b87
@ -903,7 +903,7 @@ minetest.register_node(
|
|||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {-0.5, -0.5, -0.5, 0.5, -0.5 + (1 / 16), 0.5}
|
fixed = {-0.5, -0.5, -0.5, 0.5, -0.5 + (1 / 16), 0.5}
|
||||||
},
|
},
|
||||||
tiles = {"default_flowers.png"},
|
tiles = {"default_flowers.png", "default_flowers.png^[transformFY", "blank.png"},
|
||||||
use_texture_alpha = "clip",
|
use_texture_alpha = "clip",
|
||||||
inventory_image = "default_flowers_inventory.png",
|
inventory_image = "default_flowers_inventory.png",
|
||||||
wield_image = "default_flowers_inventory.png",
|
wield_image = "default_flowers_inventory.png",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user