mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-23 08:16:52 +00:00
Merge pull request #304 from roastnewt/patch-1
Add Stained Glass to usesData HashSet
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user