mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 10:57:11 +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.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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user