Merge pull request #304 from roastnewt/patch-1

Add Stained Glass to usesData HashSet
This commit is contained in:
sk89q 2014-10-08 16:42:57 -07:00
commit 801bb3d67f

View File

@ -786,6 +786,7 @@ public enum BlockType {
usesData.add(BlockID.DROPPER);
usesData.add(BlockID.HOPPER);
usesData.add(BlockID.STAINED_CLAY);
usesData.add(BlockID.STAINED_GLASS);
usesData.add(BlockID.STAINED_GLASS_PANE);
usesData.add(BlockID.HAY_BLOCK);
usesData.add(BlockID.CARPET);