mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Fixes #114 (untested)
This commit is contained in:
parent
c05cdb35d8
commit
524b24eeae
@ -97,7 +97,7 @@ public class BlockTransformExtent extends ResettableExtent {
|
||||
case AXIS:
|
||||
switch (property.getValues().size()) {
|
||||
case 3:
|
||||
return adapt(EAST, UP, SOUTH);
|
||||
return adapt(combine(EAST, WEST), combine(UP, DOWN), combine(SOUTH, NORTH));
|
||||
case 2:
|
||||
return adapt(combine(EAST, WEST), combine(SOUTH, NORTH));
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user