Added Cherry Blossom Grove
This commit is contained in:
parent
b5abc7d104
commit
0cf215432c
1 changed files with 2 additions and 1 deletions
|
@ -12,8 +12,9 @@ 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");
|
||||
public static final ResourceKey<Biome> CHERRY_BLOSSOM_GROVE = register("cherry_blossom_grove");
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue