diff --git a/mesecons_extrawires/tjunction.lua b/mesecons_extrawires/tjunction.lua index 80a7261..93eac0a 100644 --- a/mesecons_extrawires/tjunction.lua +++ b/mesecons_extrawires/tjunction.lua @@ -6,8 +6,8 @@ local tjunction_nodebox = { local tjunction_selectionbox = { type = "fixed", - fixed = { -16/32-0.001, -18/32, -16/32, 16/32+0.001, -12/32, 7/32 } -}, + fixed = { -16/32-0.001, -18/32, -16/32, 16/32+0.001, -12/32, 7/32 }, +} minetest.register_node("mesecons_extrawires:tjunction_on", { drawtype = "nodebox",