geforkt von Mirrors/FastAsyncWorldEdit
When flipping a door upside-down, the top and bottom parts are now swapped.
Dieser Commit ist enthalten in:
Ursprung
c8bbcbd133
Commit
c6843a2c6d
@ -390,6 +390,7 @@ public final class BlockData {
|
|||||||
|
|
||||||
case BlockID.WOODEN_DOOR:
|
case BlockID.WOODEN_DOOR:
|
||||||
case BlockID.IRON_DOOR:
|
case BlockID.IRON_DOOR:
|
||||||
|
data ^= flipZ << 3;
|
||||||
switch (data & 0x3) {
|
switch (data & 0x3) {
|
||||||
case 0: return data + flipX + 3*flipY;
|
case 0: return data + flipX + 3*flipY;
|
||||||
case 1: return data - flipX + flipY;
|
case 1: return data - flipX + flipY;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren