mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +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>();
|
private static final Set<Integer> usesData = new HashSet<Integer>();
|
||||||
static {
|
static {
|
||||||
|
usesData.add(BlockID.STONE);
|
||||||
usesData.add(BlockID.DIRT);
|
usesData.add(BlockID.DIRT);
|
||||||
usesData.add(BlockID.WOOD);
|
usesData.add(BlockID.WOOD);
|
||||||
usesData.add(BlockID.SAPLING);
|
usesData.add(BlockID.SAPLING);
|
||||||
|
Loading…
Reference in New Issue
Block a user