Added the Woodland

This commit is contained in:
Adubbz 2021-12-03 11:29:45 +11:00
parent f3ef61d501
commit 7cf6dee58d
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ import net.minecraft.world.level.biome.Biome;
public class BOPBiomes
{
public static final ResourceKey<Biome> CONIFEROUS_FOREST = register("coniferous_forest");
public static final ResourceKey<Biome> WOODLAND = register("woodland");
private static ResourceKey<Biome> register(String name)
{