Fix button rotation, add support for up/down flipping and restore unit test functionality.

This commit is contained in:
wizjany
2015-01-23 00:28:05 -05:00
parent ec9c77c31b
commit ddc741147e
4 changed files with 59 additions and 17 deletions

View File

@ -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
}