Added pistons (retracted only) to cycler tool.

This commit is contained in:
wizjany 2013-04-18 16:56:09 -04:00
parent 102a149dbb
commit f213bb73e8

View File

@ -773,6 +773,8 @@ public final class BlockData {
case BlockID.STEP:
case BlockID.DOUBLE_STEP:
case BlockID.CAKE_BLOCK:
case BlockID.PISTON_BASE:
case BlockID.PISTON_STICKY_BASE:
if (data > 5) return -1;
return mod((data + increment), 6);