Commits
Martoph authored and md_5 committed b302317a959
80 80 | SHATTERED_SAVANNA, |
81 81 | SHATTERED_SAVANNA_PLATEAU, |
82 82 | ERODED_BADLANDS, |
83 83 | MODIFIED_WOODED_BADLANDS_PLATEAU, |
84 84 | MODIFIED_BADLANDS_PLATEAU, |
85 85 | BAMBOO_JUNGLE, |
86 86 | BAMBOO_JUNGLE_HILLS, |
87 87 | SOUL_SAND_VALLEY, |
88 88 | CRIMSON_FOREST, |
89 89 | WARPED_FOREST, |
90 - | BASALT_DELTAS; |
90 + | BASALT_DELTAS, |
91 + | /** |
92 + | * Represents a custom Biome |
93 + | */ |
94 + | CUSTOM; |
91 95 | |
92 96 | private final NamespacedKey key; |
93 97 | |
94 98 | private Biome() { |
95 99 | this.key = NamespacedKey.minecraft(name().toLowerCase(Locale.ROOT)); |
96 100 | } |
97 101 | |
98 102 | |
99 103 | |
100 104 | public NamespacedKey getKey() { |