Added the scrubland
This commit is contained in:
parent
decf8a1cd6
commit
52993c81e5
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ public class BOPBiomes
|
||||||
public static final ResourceKey<Biome> LAVENDER_FIELD = register("lavender_field");
|
public static final ResourceKey<Biome> LAVENDER_FIELD = register("lavender_field");
|
||||||
public static final ResourceKey<Biome> PRAIRIE = register("prairie");
|
public static final ResourceKey<Biome> PRAIRIE = register("prairie");
|
||||||
public static final ResourceKey<Biome> REDWOOD_FOREST = register("redwood_forest");
|
public static final ResourceKey<Biome> REDWOOD_FOREST = register("redwood_forest");
|
||||||
|
public static final ResourceKey<Biome> SCRUBLAND = register("scrubland");
|
||||||
public static final ResourceKey<Biome> SEASONAL_FOREST = register("seasonal_forest");
|
public static final ResourceKey<Biome> SEASONAL_FOREST = register("seasonal_forest");
|
||||||
public static final ResourceKey<Biome> SNOWY_CONIFEROUS_FOREST = register("snowy_coniferous_forest");
|
public static final ResourceKey<Biome> SNOWY_CONIFEROUS_FOREST = register("snowy_coniferous_forest");
|
||||||
public static final ResourceKey<Biome> WASTELAND = register("wasteland");
|
public static final ResourceKey<Biome> WASTELAND = register("wasteland");
|
||||||
|
|
Loading…
Reference in a new issue