Added the ominous woods

This commit is contained in:
Adubbz 2021-12-21 10:05:43 +11:00
parent 53ed859cce
commit b1fb18724e
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ public class BOPBiomes
public static final ResourceKey<Biome> MEDITERRANEAN_LAKES = register("mediterranean_lakes");
public static final ResourceKey<Biome> MUSKEG = register("muskeg");
public static final ResourceKey<Biome> OLD_GROWTH_DEAD_FOREST = register("old_growth_dead_forest");
public static final ResourceKey<Biome> OMINOUS_WOODS = register("ominous_woods");
public static final ResourceKey<Biome> ORCHARD = register("orchard");
public static final ResourceKey<Biome> PRAIRIE = register("prairie");
public static final ResourceKey<Biome> RAINFOREST = register("rainforest");