From 6492d311c8f2dc13de0b00e7c4e800a181feba8e Mon Sep 17 00:00:00 2001 From: Buckaroo Banzai <39065740+BuckarooBanzay@users.noreply.github.com> Date: Wed, 22 Jul 2020 20:23:54 +0200 Subject: [PATCH] fix "walk-through" glass panes (wrong nodebox) --- octagon_panes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octagon_panes.lua b/octagon_panes.lua index 330e6dc..888fc1e 100644 --- a/octagon_panes.lua +++ b/octagon_panes.lua @@ -19,7 +19,7 @@ local function register(basename, description, texture) is_ground_content = false, node_box = { type = "fixed", - fixed = {{-0.5, -0.5, 0, 0.5, 0.5, 0}}, + fixed = {{-0.5, -0.5, -0.03125, 0.5, 0.5, 0.03125}}, }, selection_box = { type = "fixed",