Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-10 05:20:04 +01:00
Added upside-down stairs to //cycle.
Dieser Commit ist enthalten in:
Ursprung
3104b73682
Commit
b2aeb2e1f1
@ -628,6 +628,9 @@ public final class BlockData {
|
|||||||
case BlockID.BRICK_STAIRS:
|
case BlockID.BRICK_STAIRS:
|
||||||
case BlockID.STONE_BRICK_STAIRS:
|
case BlockID.STONE_BRICK_STAIRS:
|
||||||
case BlockID.NETHER_BRICK_STAIRS:
|
case BlockID.NETHER_BRICK_STAIRS:
|
||||||
|
if (data > 7) return -1;
|
||||||
|
return mod((data + increment), 8);
|
||||||
|
|
||||||
case BlockID.PUMPKIN:
|
case BlockID.PUMPKIN:
|
||||||
case BlockID.JACKOLANTERN:
|
case BlockID.JACKOLANTERN:
|
||||||
case BlockID.NETHER_WART:
|
case BlockID.NETHER_WART:
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren