geforkt von Mirrors/FastAsyncWorldEdit
Add stone to usesData HashSet.
Dieser Commit ist enthalten in:
Ursprung
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);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren