Skip to content

Commit b0bef90

Browse files
committedApr 21, 2013
Fix pressure plate (onstate) nodebox
1 parent fc52451 commit b0bef90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mesecons_pressureplates/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local pp_box_off = {
55

66
local pp_box_on = {
77
type = "fixed",
8-
fixed = { -7/16, -8/16, -7/16, 7/16, -7/16, 7/16 },
8+
fixed = { -7/16, -8/16, -7/16, 7/16, -7.5/16, 7/16 },
99
}
1010

1111
pp_on_timer = function (pos, elapsed)

0 commit comments

Comments
 (0)
Please sign in to comment.