Added the volcanic plains

This commit is contained in:
Adubbz 2021-12-23 15:34:49 +11:00
parent 4037efdead
commit de8e11059a

View file

@ -58,6 +58,7 @@ public class BOPBiomes
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> 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> WETLAND = register("wetland");
public static final ResourceKey<Biome> WOODED_SCRUBLAND = register("wooded_scrubland");