Support metadata in piston pushing (so that microcontrollers and such can be pushed), support pushing chests (not locked ones though), and add two missing rules for pistons (z- top and bottom, but not z- itself). This still avoids the piston pushing power source issue.

This commit is contained in:
Anthony Zhang
2013-03-11 17:37:50 -04:00
parent db90c1cb4b
commit 4406654fa4
2 changed files with 9 additions and 3 deletions

View File

@ -8,7 +8,9 @@ piston_rules =
{x=-1, y=1, z=0},
{x=-1, y=-1, z=0},
{x=0, y=1, z=1},
{x=0, y=-1, z=1}}
{x=0, y=-1, z=1},
{x=0, y=1, z=-1},
{x=0, y=-1, z=-1}}
local piston_get_rules = function (node)
local rules = piston_rules