Added the tropics

This commit is contained in:
Adubbz 2021-12-24 11:44:45 +11:00
parent 9b6f0fcdb9
commit 8fc2e2253b
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ public class BOPBiomes
public static final ResourceKey<Biome> SEASONAL_PUMPKIN_PATCH = register("seasonal_pumpkin_patch");
public static final ResourceKey<Biome> SNOWY_FIR_CLEARING = register("snowy_fir_clearing");
public static final ResourceKey<Biome> SNOWY_MAPLE_FOREST = register("snowy_maple_forest");
public static final ResourceKey<Biome> TROPICS = register("tropics");
public static final ResourceKey<Biome> TUNDRA = register("tundra");
public static final ResourceKey<Biome> SNOWY_CONIFEROUS_FOREST = register("snowy_coniferous_forest");
public static final ResourceKey<Biome> VOLCANO = register("volcano");