Added rotate/flip/cycle data for 1.7.2 blocks.

This commit is contained in:
wizjany
2013-12-24 18:15:46 -05:00
parent d5831ea37b
commit 611cb81cf8
2 changed files with 33 additions and 5 deletions

View File

@ -78,6 +78,8 @@ public class BlockDataTest {
// Cloth isn't monotonous, and thus excluded.
if (type == BlockID.CLOTH
|| type == BlockID.STAINED_CLAY
|| type == BlockID.STAINED_GLASS
|| type == BlockID.STAINED_GLASS_PANE
|| type == BlockID.CARPET) {
continue;
}