diff options
author | Jeija <norrepli@gmail.com> | 2013-01-20 13:01:40 +0100 |
---|---|---|
committer | Jeija <norrepli@gmail.com> | 2013-02-06 21:24:58 +0100 |
commit | 74eefc270ab4df6b03a365e0ac91569d470eadbc (patch) | |
tree | 6cc8f6d3e6e005de5bdbc465a8d5203ea1db68f3 /mesecons_extrawires | |
parent | 841bc70b97e237477b0dd9ba36fd9cd307daf581 (diff) |
Fix piston drops and craft recipe
Diffstat (limited to 'mesecons_extrawires')
-rw-r--r-- | mesecons_extrawires/vertical.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mesecons_extrawires/vertical.lua b/mesecons_extrawires/vertical.lua index b21ccb7..9832f82 100644 --- a/mesecons_extrawires/vertical.lua +++ b/mesecons_extrawires/vertical.lua @@ -10,8 +10,8 @@ local tbox = { local bbox = { type = "fixed", - fixed = {{ -.5, -.5, -.5, .5, -.5+1/16, .5}, - {-1/16, -.5, -1/16, 1/16, .5 , 1/16}} + fixed = {{ -.5, -.5 , -.5, .5, -.5+1/16, .5}, + {-1/16, -.5+1/16, -1/16, 1/16, .5 , 1/16}} } local vrules = |