Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-26 02:50:06 +01:00
Much better hinge handling
Dieser Commit ist enthalten in:
Ursprung
1ec927f30c
Commit
1e49f59001
@ -168,8 +168,7 @@ public class BlockTransformExtent extends ResettableExtent {
|
|||||||
if (key == PropertyKey.SHAPE) {
|
if (key == PropertyKey.SHAPE) {
|
||||||
return adapt(combine(EAST, WEST), combine(NORTH, SOUTH));
|
return adapt(combine(EAST, WEST), combine(NORTH, SOUTH));
|
||||||
} else if (key == PropertyKey.HINGE) {
|
} else if (key == PropertyKey.HINGE) {
|
||||||
//TODO: hinges are slightly funky still
|
return adapt(combine(NORTHEAST, NORTHWEST, SOUTHEAST, SOUTHWEST), combine(NORTHEAST, NORTHWEST, SOUTHEAST, SOUTHWEST));
|
||||||
return adapt(combine(NORTH, EAST), combine(SOUTH, WEST));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (key == PropertyKey.ROTATION) {
|
if (key == PropertyKey.ROTATION) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren