Added the undergrowth

This commit is contained in:
Adubbz 2021-12-27 14:19:03 +11:00
parent 50d42438eb
commit b686a51351

View file

@ -73,6 +73,7 @@ public class BOPBiomes
public static final ResourceKey<Biome> SPIDER_NEST = register("spider_nest"); public static final ResourceKey<Biome> SPIDER_NEST = register("spider_nest");
public static final ResourceKey<Biome> TROPICS = registerOverworld("tropics"); public static final ResourceKey<Biome> TROPICS = registerOverworld("tropics");
public static final ResourceKey<Biome> TUNDRA = registerOverworld("tundra"); public static final ResourceKey<Biome> TUNDRA = registerOverworld("tundra");
public static final ResourceKey<Biome> UNDERGROWTH = register("undergrowth");
public static final ResourceKey<Biome> VISCERAL_HEAP = register("visceral_heap"); public static final ResourceKey<Biome> VISCERAL_HEAP = register("visceral_heap");
public static final ResourceKey<Biome> VOLCANO = registerOverworld("volcano"); public static final ResourceKey<Biome> VOLCANO = registerOverworld("volcano");
public static final ResourceKey<Biome> VOLCANIC_PLAINS = registerOverworld("volcanic_plains"); public static final ResourceKey<Biome> VOLCANIC_PLAINS = registerOverworld("volcanic_plains");