Added the prairie
This commit is contained in:
parent
f22509f653
commit
decf8a1cd6
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ public class BOPBiomes
|
|||
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");
|
||||
public static final ResourceKey<Biome> PRAIRIE = register("prairie");
|
||||
public static final ResourceKey<Biome> REDWOOD_FOREST = register("redwood_forest");
|
||||
public static final ResourceKey<Biome> SEASONAL_FOREST = register("seasonal_forest");
|
||||
public static final ResourceKey<Biome> SNOWY_CONIFEROUS_FOREST = register("snowy_coniferous_forest");
|
||||
|
|
Loading…
Reference in a new issue