Added the dead forest

This commit is contained in:
Adubbz 2021-12-13 13:53:29 +11:00
parent 69b34a6751
commit 3d63ff683f
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ public class BOPBiomes
public static final ResourceKey<Biome> BAMBOO_BLOSSOM_GROVE = register("bamboo_blossom_grove");
public static final ResourceKey<Biome> CHERRY_BLOSSOM_GROVE = register("cherry_blossom_grove");
public static final ResourceKey<Biome> CONIFEROUS_FOREST = register("coniferous_forest");
public static final ResourceKey<Biome> DEAD_FOREST = register("dead_forest");
public static final ResourceKey<Biome> FIELD = register("field");
public static final ResourceKey<Biome> GRASSLAND = register("grassland");
public static final ResourceKey<Biome> LAVENDER_FIELD = register("lavender_field");