Added the scrubland

This commit is contained in:
Adubbz 2021-12-15 17:45:13 +11:00
parent decf8a1cd6
commit 52993c81e5
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ public class BOPBiomes
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> SCRUBLAND = register("scrubland");
public static final ResourceKey<Biome> SEASONAL_FOREST = register("seasonal_forest");
public static final ResourceKey<Biome> SNOWY_CONIFEROUS_FOREST = register("snowy_coniferous_forest");
public static final ResourceKey<Biome> WASTELAND = register("wasteland");