Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 02:50:05 +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) {
|
||||
return adapt(combine(EAST, WEST), combine(NORTH, SOUTH));
|
||||
} else if (key == PropertyKey.HINGE) {
|
||||
//TODO: hinges are slightly funky still
|
||||
return adapt(combine(NORTH, EAST), combine(SOUTH, WEST));
|
||||
return adapt(combine(NORTHEAST, NORTHWEST, SOUTHEAST, SOUTHWEST), combine(NORTHEAST, NORTHWEST, SOUTHEAST, SOUTHWEST));
|
||||
}
|
||||
}
|
||||
if (key == PropertyKey.ROTATION) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren