This commit is contained in:
Mikita Wiśniewski 2022-05-10 21:56:20 +07:00
commit 631c4cf8ff
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ local node_box_bushy_leaves = {
local node_box_full_node = {
type = "fixed",
fixed = { -0.5, -0.5, -0.5, 0.5, 0.5, 0.5 },
fixed = { -8/16, -8/16, -8/16, 8/16, 8/16, 8/16 },
}
local get_node_box = function(node_name, node_def)