mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
Added pistons (retracted only) to cycler tool.
This commit is contained in:
parent
102a149dbb
commit
f213bb73e8
@ -773,6 +773,8 @@ public final class BlockData {
|
|||||||
case BlockID.STEP:
|
case BlockID.STEP:
|
||||||
case BlockID.DOUBLE_STEP:
|
case BlockID.DOUBLE_STEP:
|
||||||
case BlockID.CAKE_BLOCK:
|
case BlockID.CAKE_BLOCK:
|
||||||
|
case BlockID.PISTON_BASE:
|
||||||
|
case BlockID.PISTON_STICKY_BASE:
|
||||||
if (data > 5) return -1;
|
if (data > 5) return -1;
|
||||||
return mod((data + increment), 6);
|
return mod((data + increment), 6);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user