Archived
0

Advanced biome selector

This commit is contained in:
Forwolk
2018-08-01 13:33:48 +03:00
parent 3e889c2e7c
commit ec8e414ba1
4 changed files with 98 additions and 43 deletions

View File

@@ -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;