summaryrefslogtreecommitdiff
path: root/mesecons_receiver
diff options
context:
space:
mode:
authorJeija <jeija@mesecons.net>2014-12-06 17:24:34 +0100
committerJeija <jeija@mesecons.net>2014-12-06 17:24:34 +0100
commitb3aa8f5d1394ea1b1eec0d445b14638de235052d (patch)
tree8f5cd1f4eb6b8ffe55894acac304c4fd00bc8a99 /mesecons_receiver
parentc326dc221a4ee6a1b55b681eb1456d7da62de7fb (diff)
downloadmesecons-b3aa8f5d1394ea1b1eec0d445b14638de235052d.tar
mesecons-b3aa8f5d1394ea1b1eec0d445b14638de235052d.tar.gz
mesecons-b3aa8f5d1394ea1b1eec0d445b14638de235052d.tar.bz2
mesecons-b3aa8f5d1394ea1b1eec0d445b14638de235052d.tar.xz
mesecons-b3aa8f5d1394ea1b1eec0d445b14638de235052d.zip
Fix receiver looks, fixes #195, thanks to MT-Modder for reporting
Diffstat (limited to 'mesecons_receiver')
-rw-r--r--mesecons_receiver/init.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/mesecons_receiver/init.lua b/mesecons_receiver/init.lua
index b06baa5..b5c79e7 100644
--- a/mesecons_receiver/init.lua
+++ b/mesecons_receiver/init.lua
@@ -1,8 +1,8 @@
rcvboxes = {
- { -3/16, -3/16 , -8/16 , 3/16, 3/16, -13/32 }, -- the smaller bump
- { -1/32, -1/32 , -3/2 , 1/32, 1/32, -1/2 }, -- the wire through the block
- { -2/32, -.5-1/32, -.5 , 2/32, 0 , -.5002+3/32 }, -- the vertical wire bit
- { -2/32, -17/32 , -7/16+0.002 , 2/32, -14/32, 16/32+0.001 } -- the horizontal wire
+ { -3/16, -3/16, -8/16 , 3/16, 3/16 , -13/32 }, -- the smaller bump
+ { -1/32, -1/32, -3/2 , 1/32, 1/32 , -1/2 }, -- the wire through the block
+ { -2/32, -1/2 , -.5 , 2/32, 0 , -.5002+3/32 }, -- the vertical wire bit
+ { -2/32, -1/2 , -7/16+0.002 , 2/32, -14/32, 16/32+0.001 } -- the horizontal wire
}
local receiver_get_rules = function (node)