Added the wetland

This commit is contained in:
Adubbz 2021-12-20 18:45:05 +11:00
parent 5507e257be
commit 2a936afbaf

View file

@ -47,6 +47,7 @@ public class BOPBiomes
public static final ResourceKey<Biome> TUNDRA = register("tundra"); 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> WETLAND = register("wetland");
public static final ResourceKey<Biome> WOODED_SCRUBLAND = register("wooded_scrubland"); public static final ResourceKey<Biome> WOODED_SCRUBLAND = register("wooded_scrubland");
public static final ResourceKey<Biome> WOODLAND = register("woodland"); public static final ResourceKey<Biome> WOODLAND = register("woodland");