We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e707afe + ac23eb0 commit 4c0988cCopy full SHA for 4c0988c
mesecons_pistons/init.lua
@@ -276,8 +276,8 @@ minetest.register_node("mesecons_pistons:piston_pusher_sticky", {
276
local piston_up_pusher_box = {
277
type = "fixed",
278
fixed = {
279
- {-2/16, -.5 - pt, -2/16, 2/16, .5, 2/16},
280
- {-.5 , .5 - pt, -.5 , .5 , .5, .5},
+ {-2/16, -.5 - pt, -2/16, 2/16, .5 - pt, 2/16},
+ {-.5 , .5 - pt, -.5 , .5 , .5 , .5},
281
}
282
283
@@ -452,8 +452,8 @@ minetest.register_node("mesecons_pistons:piston_up_pusher_sticky", {
452
local piston_down_pusher_box = {
453
454
455
- {-2/16, -.5, -2/16, 2/16, .5 + pt, 2/16},
456
- {-.5 , -.5, -.5 , .5 , -.5 + pt, .5},
+ {-2/16, -.5 + pt, -2/16, 2/16, .5 + pt, 2/16},
+ {-.5 , -.5 , -.5 , .5 , -.5 + pt, .5},
457
458
459
0 commit comments