Reduce palm leaf height slightly

master
Wuzzy 2022-02-18 20:18:11 +01:00
parent 91ec285106
commit 8301945ec2
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ minetest.register_node("lzr_core:bright_palm_leaves", {
drawtype = "nodebox",
node_box = {
type = "fixed",
fixed = { -lb, -0.5, -lb, lb, 0.5, lb },
fixed = { -lb, -0.5, -lb, lb, lb, lb },
},
tiles = {
{name="lzr_core_palm_leaves_top.png",backface_culling = false},
@ -81,7 +81,7 @@ minetest.register_node("lzr_core:dark_palm_leaves", {
drawtype = "nodebox",
node_box = {
type = "fixed",
fixed = { -lb, -0.5, -lb, lb, 0.5, lb },
fixed = { -lb, -0.5, -lb, lb, lb, lb },
},
tiles = {
{name="lzr_core_palm_leaves_top.png",backface_culling = false},