Added pistons (retracted only) to cycler tool.

Dieser Commit ist enthalten in:
wizjany 2013-04-18 16:56:09 -04:00
Ursprung 102a149dbb
Commit f213bb73e8

Datei anzeigen

@ -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);