Added the prairie

This commit is contained in:
Adubbz 2021-12-15 14:45:44 +11:00
parent f22509f653
commit decf8a1cd6

View file

@ -21,6 +21,7 @@ public class BOPBiomes
public static final ResourceKey<Biome> FIELD = register("field");
public static final ResourceKey<Biome> GRASSLAND = register("grassland");
public static final ResourceKey<Biome> LAVENDER_FIELD = register("lavender_field");
public static final ResourceKey<Biome> PRAIRIE = register("prairie");
public static final ResourceKey<Biome> REDWOOD_FOREST = register("redwood_forest");
public static final ResourceKey<Biome> SEASONAL_FOREST = register("seasonal_forest");
public static final ResourceKey<Biome> SNOWY_CONIFEROUS_FOREST = register("snowy_coniferous_forest");