Added the golden prairie

This commit is contained in:
Adubbz 2021-12-20 19:07:36 +11:00
parent 46de2f47dc
commit 60c8534e1d
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ public class BOPBiomes
public static final ResourceKey<Biome> FIR_CLEARING = register("fir_clearing");
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> 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");