Added the rainforest floodplain
This commit is contained in:
parent
a0b298d2a8
commit
a06a5bac0c
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ public class BOPBiomes
|
|||
public static final ResourceKey<Biome> ORCHARD = register("orchard");
|
||||
public static final ResourceKey<Biome> PRAIRIE = register("prairie");
|
||||
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> SCRUBLAND = register("scrubland");
|
||||
public static final ResourceKey<Biome> SHRUBLAND = register("shrubland");
|
||||
|
|
Loading…
Reference in a new issue