Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
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>();
|
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);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren