Added the highland

This commit is contained in:
Adubbz 2021-12-23 10:31:09 +11:00
parent 8990504109
commit 87e61a4de0
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ public class BOPBiomes
public static final ResourceKey<Biome> FORESTED_FIELD = register("forested_field");
public static final ResourceKey<Biome> GRASSLAND = register("grassland");
public static final ResourceKey<Biome> GOLDEN_PRAIRIE = register("golden_prairie");
public static final ResourceKey<Biome> HIGHLAND = register("highland");
public static final ResourceKey<Biome> LAVENDER_FIELD = register("lavender_field");
public static final ResourceKey<Biome> LAVENDER_FOREST = register("lavender_forest");
public static final ResourceKey<Biome> LUSH_DESERT = register("lush_desert");