Added the volcanic plains
This commit is contained in:
parent
4037efdead
commit
de8e11059a
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ public class BOPBiomes
|
||||||
public static final ResourceKey<Biome> TUNDRA = register("tundra");
|
public static final ResourceKey<Biome> TUNDRA = register("tundra");
|
||||||
public static final ResourceKey<Biome> SNOWY_CONIFEROUS_FOREST = register("snowy_coniferous_forest");
|
public static final ResourceKey<Biome> SNOWY_CONIFEROUS_FOREST = register("snowy_coniferous_forest");
|
||||||
public static final ResourceKey<Biome> VOLCANO = register("volcano");
|
public static final ResourceKey<Biome> VOLCANO = register("volcano");
|
||||||
|
public static final ResourceKey<Biome> VOLCANIC_PLAINS = register("volcanic_plains");
|
||||||
public static final ResourceKey<Biome> WASTELAND = register("wasteland");
|
public static final ResourceKey<Biome> WASTELAND = register("wasteland");
|
||||||
public static final ResourceKey<Biome> WETLAND = register("wetland");
|
public static final ResourceKey<Biome> WETLAND = register("wetland");
|
||||||
public static final ResourceKey<Biome> WOODED_SCRUBLAND = register("wooded_scrubland");
|
public static final ResourceKey<Biome> WOODED_SCRUBLAND = register("wooded_scrubland");
|
||||||
|
|
Loading…
Reference in a new issue