mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Add stone to usesData HashSet.
This commit is contained in:
parent
1209e48470
commit
55f1f42ebf
@ -728,6 +728,7 @@ public enum BlockType {
|
||||
*/
|
||||
private static final Set<Integer> usesData = new HashSet<Integer>();
|
||||
static {
|
||||
usesData.add(BlockID.STONE);
|
||||
usesData.add(BlockID.DIRT);
|
||||
usesData.add(BlockID.WOOD);
|
||||
usesData.add(BlockID.SAPLING);
|
||||
|
Loading…
Reference in New Issue
Block a user