Skip to content

Commit 4c0988c

Browse files
committedMar 3, 2013
Merge pull request #80 from khonkhortisan/master
Vertical piston selection boxes
2 parents e707afe + ac23eb0 commit 4c0988c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎mesecons_pistons/init.lua

+4-4
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ minetest.register_node("mesecons_pistons:piston_pusher_sticky", {
276276
local piston_up_pusher_box = {
277277
type = "fixed",
278278
fixed = {
279-
{-2/16, -.5 - pt, -2/16, 2/16, .5, 2/16},
280-
{-.5 , .5 - pt, -.5 , .5 , .5, .5},
279+
{-2/16, -.5 - pt, -2/16, 2/16, .5 - pt, 2/16},
280+
{-.5 , .5 - pt, -.5 , .5 , .5 , .5},
281281
}
282282
}
283283

@@ -452,8 +452,8 @@ minetest.register_node("mesecons_pistons:piston_up_pusher_sticky", {
452452
local piston_down_pusher_box = {
453453
type = "fixed",
454454
fixed = {
455-
{-2/16, -.5, -2/16, 2/16, .5 + pt, 2/16},
456-
{-.5 , -.5, -.5 , .5 , -.5 + pt, .5},
455+
{-2/16, -.5 + pt, -2/16, 2/16, .5 + pt, 2/16},
456+
{-.5 , -.5 , -.5 , .5 , -.5 + pt, .5},
457457
}
458458
}
459459

0 commit comments

Comments
 (0)