Added the dryland

This commit is contained in:
Adubbz 2021-12-14 12:45:59 +11:00
parent 3d63ff683f
commit 6a50ea0aad

View file

@ -16,6 +16,7 @@ public class BOPBiomes
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> CONIFEROUS_FOREST = register("coniferous_forest"); 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> DEAD_FOREST = register("dead_forest");
public static final ResourceKey<Biome> DRYLAND = register("dryland");
public static final ResourceKey<Biome> FIELD = register("field"); public static final ResourceKey<Biome> FIELD = register("field");
public static final ResourceKey<Biome> GRASSLAND = register("grassland"); public static final ResourceKey<Biome> GRASSLAND = register("grassland");
public static final ResourceKey<Biome> LAVENDER_FIELD = register("lavender_field"); public static final ResourceKey<Biome> LAVENDER_FIELD = register("lavender_field");