mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-14 13:13:53 +00:00
Fix button rotation, add support for up/down flipping and restore unit test functionality.
This commit is contained in:
@ -46,8 +46,6 @@ public class BlockTransformExtentTest {
|
||||
ignored.add(BlockType.BED); // Broken in existing rotation code?
|
||||
ignored.add(BlockType.WOODEN_DOOR); // Complicated
|
||||
ignored.add(BlockType.IRON_DOOR); // Complicated
|
||||
ignored.add(BlockType.STONE_BUTTON); // Existing rotation code doesn't handle down/up directions
|
||||
ignored.add(BlockType.WOODEN_BUTTON); // Existing rotation code doesn't handle down/up directions
|
||||
ignored.add(BlockType.END_PORTAL); // Not supported in existing rotation code
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user