Added the lavender forest

This commit is contained in:
Adubbz 2021-12-18 17:51:56 +11:00
parent 1cc3ca0033
commit 1584cb246a

View file

@ -21,6 +21,7 @@ public class BOPBiomes
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> LAVENDER_FOREST = register("lavender_forest");
public static final ResourceKey<Biome> LUSH_DESERT = register("lush_desert");
public static final ResourceKey<Biome> MEDITERRANEAN_FOREST = register("mediterranean_forest");
public static final ResourceKey<Biome> ORCHARD = register("orchard");