From 3a52153cd7838fcb9f49fb4cbea7634b50a03abf Mon Sep 17 00:00:00 2001 From: Novatux Date: Sat, 13 Apr 2013 18:17:27 +0200 Subject: [PATCH] Change selection_box of frames so it is easier to select them. --- technic/frames.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/technic/frames.lua b/technic/frames.lua index f555368..565a2ef 100644 --- a/technic/frames.lua +++ b/technic/frames.lua @@ -97,6 +97,10 @@ local nodeboxes= { type = "fixed", fixed=nodeboxes, }, + selection_box = { + type="fixed", + fixed={-0.5,-0.5,-0.5,0.5,0.5,0.5} + }, paramtype = "light", frame=1, drop="technic:frame_111111",