Added the orchard

This commit is contained in:
Adubbz 2021-12-18 10:57:14 +11:00
parent 131a1e93e5
commit 08210cd62f
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ public class BOPBiomes
public static final ResourceKey<Biome> LAVENDER_FIELD = register("lavender_field");
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");
public static final ResourceKey<Biome> PRAIRIE = register("prairie");
public static final ResourceKey<Biome> RAINFOREST = register("rainforest");
public static final ResourceKey<Biome> REDWOOD_FOREST = register("redwood_forest");