Added the marsh

This commit is contained in:
Adubbz 2021-12-20 17:39:01 +11:00
parent 6361cb1fe1
commit e7cc4ac765
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ public class BOPBiomes
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> MARSH = register("marsh");
public static final ResourceKey<Biome> MEDITERRANEAN_FOREST = register("mediterranean_forest");
public static final ResourceKey<Biome> MUSKEG = register("muskeg");
public static final ResourceKey<Biome> OLD_GROWTH_DEAD_FOREST = register("old_growth_dead_forest");