Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
2015 called: they are called "oak" and "spruce" now.
Dieser Commit ist enthalten in:
Ursprung
ec5de0f22f
Commit
270e988b60
@ -37,10 +37,10 @@ import java.util.Random;
|
|||||||
public class TreeGenerator {
|
public class TreeGenerator {
|
||||||
|
|
||||||
public enum TreeType {
|
public enum TreeType {
|
||||||
TREE("Regular tree", "tree", "regular"),
|
TREE("Oak tree", "oak", "tree", "regular"),
|
||||||
BIG_TREE("Big tree", "big", "bigtree"),
|
BIG_TREE("Large oak tree", "largeoak", "bigoak", "big", "bigtree"),
|
||||||
REDWOOD("Redwood", "redwood", "sequoia", "sequoioideae"),
|
REDWOOD("Spruce", "spruce", "redwood", "sequoia", "sequoioideae"),
|
||||||
TALL_REDWOOD("Tall redwood", "tallredwood", "tallsequoia", "tallsequoioideae"),
|
TALL_REDWOOD("Tall spruce", "tallspruce", "bigspruce", "tallredwood", "tallsequoia", "tallsequoioideae"),
|
||||||
BIRCH("Birch", "birch", "white", "whitebark"),
|
BIRCH("Birch", "birch", "white", "whitebark"),
|
||||||
PINE("Pine", "pine") {
|
PINE("Pine", "pine") {
|
||||||
@Override
|
@Override
|
||||||
@ -49,7 +49,7 @@ public class TreeGenerator {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
RANDOM_REDWOOD("Random redwood", "randredwood", "randomredwood", "anyredwood") {
|
RANDOM_REDWOOD("Random spruce", "randspruce", "randredwood", "randomredwood", "anyredwood") {
|
||||||
@Override
|
@Override
|
||||||
public boolean generate(EditSession editSession, Vector pos) throws MaxChangedBlocksException {
|
public boolean generate(EditSession editSession, Vector pos) throws MaxChangedBlocksException {
|
||||||
TreeType[] choices = new TreeType[] {
|
TreeType[] choices = new TreeType[] {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren