mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-03-13 13:57:48 +08: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…
x
Reference in New Issue
Block a user