Added the dryland
This commit is contained in:
parent
3d63ff683f
commit
6a50ea0aad
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ public class BOPBiomes
|
|||
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> DRYLAND = register("dryland");
|
||||
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");
|
||||
|
|
Loading…
Reference in a new issue