Added the wooded scrubland

This commit is contained in:
Adubbz 2021-12-18 16:52:05 +11:00
parent 08210cd62f
commit 29d59f5a3b
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,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> WOODED_SCRUBLAND = register("wooded_scrubland");
public static final ResourceKey<Biome> WOODLAND = register("woodland");
private static ResourceKey<Biome> register(String name)