forked from Mirrorlandia_minetest/mesecons
Merge pull request #80 from khonkhortisan/master
Vertical piston selection boxes
This commit is contained in:
commit
4c0988ceab
@ -276,8 +276,8 @@ minetest.register_node("mesecons_pistons:piston_pusher_sticky", {
|
|||||||
local piston_up_pusher_box = {
|
local piston_up_pusher_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
{-2/16, -.5 - pt, -2/16, 2/16, .5, 2/16},
|
{-2/16, -.5 - pt, -2/16, 2/16, .5 - pt, 2/16},
|
||||||
{-.5 , .5 - pt, -.5 , .5 , .5, .5},
|
{-.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 = {
|
local piston_down_pusher_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
{-2/16, -.5, -2/16, 2/16, .5 + pt, 2/16},
|
{-2/16, -.5 + pt, -2/16, 2/16, .5 + pt, 2/16},
|
||||||
{-.5 , -.5, -.5 , .5 , -.5 + pt, .5},
|
{-.5 , -.5 , -.5 , .5 , -.5 + pt, .5},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user