Skip to content

Commit

Permalink
Merge pull request #80 from khonkhortisan/master
Browse files Browse the repository at this point in the history
Vertical piston selection boxes
  • Loading branch information
khonkhortisan committed Mar 3, 2013
2 parents e707afe + ac23eb0 commit 4c0988c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mesecons_pistons/init.lua
Expand Up @@ -276,8 +276,8 @@ minetest.register_node("mesecons_pistons:piston_pusher_sticky", {
local piston_up_pusher_box = {
type = "fixed",
fixed = {
{-2/16, -.5 - pt, -2/16, 2/16, .5, 2/16},
{-.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},
}
}

Expand Down Expand Up @@ -452,8 +452,8 @@ minetest.register_node("mesecons_pistons:piston_up_pusher_sticky", {
local piston_down_pusher_box = {
type = "fixed",
fixed = {
{-2/16, -.5, -2/16, 2/16, .5 + pt, 2/16},
{-.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},
}
}

Expand Down

0 comments on commit 4c0988c

Please sign in to comment.