Skip to content
Snippets Groups Projects
Commit ac23eb07 authored by khonkhortisan's avatar khonkhortisan
Browse files

Make vertical piston pusher selection boxes match their horizontal

equivalents
parent e707afef
No related branches found
No related tags found
No related merge requests found
......@@ -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},
}
}
......@@ -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},
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment