Added the burnt forest

This commit is contained in:
Adubbz 2021-12-22 12:09:22 +11:00
parent 3263b03b9b
commit 21799e4a0d

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> BAMBOO_BLOSSOM_GROVE = register("bamboo_blossom_grove");
public static final ResourceKey<Biome> BAYOU = register("bayou"); public static final ResourceKey<Biome> BAYOU = register("bayou");
public static final ResourceKey<Biome> BOG = register("bog"); public static final ResourceKey<Biome> BOG = register("bog");
public static final ResourceKey<Biome> BURNT_FOREST = register("burnt_forest");
public static final ResourceKey<Biome> CHERRY_BLOSSOM_GROVE = register("cherry_blossom_grove"); public static final ResourceKey<Biome> CHERRY_BLOSSOM_GROVE = register("cherry_blossom_grove");
public static final ResourceKey<Biome> COLD_DESERT = register("cold_desert"); public static final ResourceKey<Biome> COLD_DESERT = register("cold_desert");
public static final ResourceKey<Biome> CONIFEROUS_FOREST = register("coniferous_forest"); public static final ResourceKey<Biome> CONIFEROUS_FOREST = register("coniferous_forest");