From b54333d56b014339a0bfed9ba3b2ed45d0a4dc11 Mon Sep 17 00:00:00 2001 From: Buckaroo Banzai <39065740+BuckarooBanzay@users.noreply.github.com> Date: Fri, 11 Sep 2020 21:19:50 +0200 Subject: [PATCH] fix nodeboxes of double- and offset pane --- octagon_panes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/octagon_panes.lua b/octagon_panes.lua index 888fc1e..ce583b4 100644 --- a/octagon_panes.lua +++ b/octagon_panes.lua @@ -44,7 +44,7 @@ local function register(basename, description, texture) is_ground_content = false, node_box = { type = "fixed", - fixed = {{-0.5, -0.5, 0, 0.5, 1.5, 0}}, + fixed = {{-0.5, -0.5, -0.03125, 0.5, 1.5, 0.03125}}, }, selection_box = { type = "fixed", @@ -69,7 +69,7 @@ local function register(basename, description, texture) is_ground_content = false, node_box = { type = "fixed", - fixed = {{-0.5, -0.5, 1, 0.5, 0.5, 1}}, + fixed = {{-0.5, -0.5, 0.96875, 0.5, 0.5, 1.03125}}, }, selection_box = { type = "fixed",