mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-30 18:46:40 +00:00
Add stone to usesData HashSet.
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user