From 9e6eac4285a4c5a0b244e0a6d3a8547afab82cb9 Mon Sep 17 00:00:00 2001 From: number Zero Date: Mon, 27 Aug 2018 00:08:31 +0300 Subject: =?UTF-8?q?Make=20insulated=20wires=E2=80=99=20selection=20box=20f?= =?UTF-8?q?it=20in=20the=20node?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mesecons_insulated/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mesecons_insulated/init.lua') diff --git a/mesecons_insulated/init.lua b/mesecons_insulated/init.lua index b917323..e6e8232 100644 --- a/mesecons_insulated/init.lua +++ b/mesecons_insulated/init.lua @@ -27,7 +27,7 @@ minetest.register_node("mesecons_insulated:insulated_on", { sunlight_propagates = true, selection_box = { type = "fixed", - fixed = { -16/32-0.001, -18/32, -7/32, 16/32+0.001, -12/32, 7/32 } + fixed = { -16/32-0.001, -16/32, -7/32, 16/32+0.001, -12/32, 7/32 } }, node_box = { type = "fixed", @@ -63,7 +63,7 @@ minetest.register_node("mesecons_insulated:insulated_off", { sunlight_propagates = true, selection_box = { type = "fixed", - fixed = { -16/32-0.001, -18/32, -7/32, 16/32+0.001, -12/32, 7/32 } + fixed = { -16/32-0.001, -16/32, -7/32, 16/32+0.001, -12/32, 7/32 } }, node_box = { type = "fixed", -- cgit v1.2.3