summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mesecons_extrawires/tjunction.lua4
1 files changed, 2 insertions, 2 deletions
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",