Added the seasonal forest

This commit is contained in:
Adubbz 2021-12-05 17:54:47 +11:00
parent 3ae595285a
commit 1250c10a21
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ public class BOPBiomes
public static final ResourceKey<Biome> CONIFEROUS_FOREST = register("coniferous_forest");
public static final ResourceKey<Biome> LAVENDER_FIELD = register("lavender_field");
public static final ResourceKey<Biome> REDWOOD_FOREST = register("redwood_forest");
public static final ResourceKey<Biome> SEASONAL_FOREST = register("seasonal_forest");
public static final ResourceKey<Biome> WOODLAND = register("woodland");
private static ResourceKey<Biome> register(String name)