Added the grassland

This commit is contained in:
Adubbz 2021-12-12 15:17:58 +11:00
parent 2ad8e07813
commit 945f4427ea
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ public class BOPBiomes
public static final ResourceKey<Biome> CHERRY_BLOSSOM_GROVE = register("cherry_blossom_grove");
public static final ResourceKey<Biome> CONIFEROUS_FOREST = register("coniferous_forest");
public static final ResourceKey<Biome> FIELD = register("field");
public static final ResourceKey<Biome> GRASSLAND = register("grassland");
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");