Added the snowy maple forest

This commit is contained in:
Adubbz 2021-12-20 11:32:57 +11:00
parent 8bdeec2928
commit cc696ca670

View file

@ -36,6 +36,7 @@ public class BOPBiomes
public static final ResourceKey<Biome> SEASONAL_FOREST = register("seasonal_forest");
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> TUNDRA = register("tundra");
public static final ResourceKey<Biome> SNOWY_CONIFEROUS_FOREST = register("snowy_coniferous_forest");
public static final ResourceKey<Biome> WASTELAND = register("wasteland");