Added the rocky shrubland

This commit is contained in:
Adubbz 2021-12-24 08:45:37 +11:00
parent eb8bce3aaf
commit 0882280ca0
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ public class BOPBiomes
public static final ResourceKey<Biome> RAINFOREST = register("rainforest");
public static final ResourceKey<Biome> RAINFOREST_FLOODPLAIN = register("rainforest_floodplain");
public static final ResourceKey<Biome> REDWOOD_FOREST = register("redwood_forest");
public static final ResourceKey<Biome> ROCKY_SHRUBLAND = register("rocky_shrubland");
public static final ResourceKey<Biome> SCRUBLAND = register("scrubland");
public static final ResourceKey<Biome> SHRUBLAND = register("shrubland");
public static final ResourceKey<Biome> SEASONAL_FOREST = register("seasonal_forest");