Advanced biome selector
This commit is contained in:
@@ -26,7 +26,10 @@ public enum Biome {
|
||||
EXTREME_HILLS_EDGE(20, "Extreme hills edge", 0xffffff),
|
||||
JUNGLE(21, "Jungle", 0xadff2f),
|
||||
JUNGLE_HILLS(22, "Jungle hills", 0xadff2f),
|
||||
DEEP_OCEAN(23, "Deep ocean", 0x000080);
|
||||
DEEP_OCEAN(23, "Deep ocean", 0x000080),
|
||||
TUNDRA(24, "Tundra", 0xc0c0c0),
|
||||
SAVANNA(25, "Savana", 0xcd8513),
|
||||
SAVANNA_FOREST(26, "Savana forest", 0x8b4513);
|
||||
|
||||
@Getter
|
||||
private final int id;
|
||||
|
||||
Reference in New Issue
Block a user