Add bamboo blossom grove
This commit is contained in:
parent
f3ef61d501
commit
03ce75d5d0
1 changed files with 1 additions and 0 deletions
|
@ -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> BAMBOO_BLOSSOM_GROVE = register("bamboo_blossom_grove");
|
||||
|
||||
private static ResourceKey<Biome> register(String name)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue