Added the rainforest cliffs
This commit is contained in:
parent
35be85b493
commit
9b6f0fcdb9
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue