Added the old growth dead forest

This commit is contained in:
Adubbz 2021-12-20 12:07:28 +11:00
parent cc696ca670
commit ed568f0a5f
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ public class BOPBiomes
public static final ResourceKey<Biome> LAVENDER_FOREST = register("lavender_forest");
public static final ResourceKey<Biome> LUSH_DESERT = register("lush_desert");
public static final ResourceKey<Biome> MEDITERRANEAN_FOREST = register("mediterranean_forest");
public static final ResourceKey<Biome> OLD_GROWTH_DEAD_FOREST = register("old_growth_dead_forest");
public static final ResourceKey<Biome> ORCHARD = register("orchard");
public static final ResourceKey<Biome> PRAIRIE = register("prairie");
public static final ResourceKey<Biome> RAINFOREST = register("rainforest");