From fc6979807e9cd6ffd4d7d6e6f0723299cda392c8 Mon Sep 17 00:00:00 2001 From: cheapie Date: Tue, 8 Aug 2023 17:43:00 -0500 Subject: Improve call button/lantern/PI nodeboxes They now mount to the front of a node instead of having to poke through a slab. --- callbuttons.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'callbuttons.lua') diff --git a/callbuttons.lua b/callbuttons.lua index e41f863..fb2fd6e 100644 --- a/callbuttons.lua +++ b/callbuttons.lua @@ -132,8 +132,7 @@ for _,state in ipairs(validstates) do node_box = { type = "fixed", fixed = { - {-0.5, -0.5, -0.5, 0.5, 0.5, 0.5 }, - {-0.16, -0.37,-0.59, 0.17, 0.13,-0.5 }, + {-0.16,-0.37,0.475,0.17,0.13,0.5}, }, }, on_rightclick = function(pos,_,clicker) -- cgit v1.2.3