Added the wetland
This commit is contained in:
parent
5507e257be
commit
2a936afbaf
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ public class BOPBiomes
|
|||
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> 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> WOODLAND = register("woodland");
|
||||
|
||||
|
|
Loading…
Reference in a new issue