Added the rainforest cliffs

This commit is contained in:
Adubbz 2021-12-24 09:56:00 +11:00
parent 35be85b493
commit 9b6f0fcdb9

View file

@ -50,6 +50,7 @@ public class BOPBiomes
public static final ResourceKey<Biome> ORIGIN_VALLEY = register("origin_valley"); public static final ResourceKey<Biome> ORIGIN_VALLEY = register("origin_valley");
public static final ResourceKey<Biome> PRAIRIE = register("prairie"); public static final ResourceKey<Biome> PRAIRIE = register("prairie");
public static final ResourceKey<Biome> RAINFOREST = register("rainforest"); public static final ResourceKey<Biome> RAINFOREST = register("rainforest");
public static final ResourceKey<Biome> RAINFOREST_CLIFFS = register("rainforest_cliffs");
public static final ResourceKey<Biome> RAINFOREST_FLOODPLAIN = register("rainforest_floodplain"); 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> REDWOOD_FOREST = register("redwood_forest");
public static final ResourceKey<Biome> ROCKY_SHRUBLAND = register("rocky_shrubland"); public static final ResourceKey<Biome> ROCKY_SHRUBLAND = register("rocky_shrubland");