Added the bayou

This commit is contained in:
Adubbz 2021-12-20 16:07:33 +11:00
parent a06a5bac0c
commit 6361cb1fe1

View file

@ -13,6 +13,7 @@ import net.minecraft.world.level.biome.Biome;
public class BOPBiomes
{
public static final ResourceKey<Biome> BAMBOO_BLOSSOM_GROVE = register("bamboo_blossom_grove");
public static final ResourceKey<Biome> BAYOU = register("bayou");
public static final ResourceKey<Biome> CHERRY_BLOSSOM_GROVE = register("cherry_blossom_grove");
public static final ResourceKey<Biome> COLD_DESERT = register("cold_desert");
public static final ResourceKey<Biome> CONIFEROUS_FOREST = register("coniferous_forest");