Updated tundra, mediterranean forest, shrubland, rainforest and lush desert

This commit is contained in:
Adubbz 2021-12-17 12:34:08 +11:00
parent 52993c81e5
commit 131a1e93e5

View file

@ -21,10 +21,15 @@ public class BOPBiomes
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");
public static final ResourceKey<Biome> LUSH_DESERT = register("lush_desert");
public static final ResourceKey<Biome> MEDITERRANEAN_FOREST = register("mediterranean_forest");
public static final ResourceKey<Biome> PRAIRIE = register("prairie"); public static final ResourceKey<Biome> PRAIRIE = register("prairie");
public static final ResourceKey<Biome> RAINFOREST = register("rainforest");
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> SCRUBLAND = register("scrubland");
public static final ResourceKey<Biome> SHRUBLAND = register("shrubland");
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> TUNDRA = register("tundra");
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");
public static final ResourceKey<Biome> WOODLAND = register("woodland"); public static final ResourceKey<Biome> WOODLAND = register("woodland");