Added localization for the floodplain

This commit is contained in:
Adubbz 2021-12-27 15:43:18 +11:00
parent de72f80f71
commit 7352ecbbe1
2 changed files with 2 additions and 1 deletions

View file

@ -66,8 +66,8 @@ public class BOPBiomes
public static final ResourceKey<Biome> REDWOOD_FOREST = registerOverworld("redwood_forest"); public static final ResourceKey<Biome> REDWOOD_FOREST = registerOverworld("redwood_forest");
public static final ResourceKey<Biome> ROCKY_SHRUBLAND = registerOverworld("rocky_shrubland"); public static final ResourceKey<Biome> ROCKY_SHRUBLAND = registerOverworld("rocky_shrubland");
public static final ResourceKey<Biome> SCRUBLAND = registerOverworld("scrubland"); public static final ResourceKey<Biome> SCRUBLAND = registerOverworld("scrubland");
public static final ResourceKey<Biome> SHRUBLAND = registerOverworld("shrubland");
public static final ResourceKey<Biome> SEASONAL_FOREST = registerOverworld("seasonal_forest"); public static final ResourceKey<Biome> SEASONAL_FOREST = registerOverworld("seasonal_forest");
public static final ResourceKey<Biome> SHRUBLAND = registerOverworld("shrubland");
public static final ResourceKey<Biome> SNOWY_CONIFEROUS_FOREST = registerOverworld("snowy_coniferous_forest"); public static final ResourceKey<Biome> SNOWY_CONIFEROUS_FOREST = registerOverworld("snowy_coniferous_forest");
public static final ResourceKey<Biome> SNOWY_FIR_CLEARING = registerOverworld("snowy_fir_clearing"); public static final ResourceKey<Biome> SNOWY_FIR_CLEARING = registerOverworld("snowy_fir_clearing");
public static final ResourceKey<Biome> SNOWY_MAPLE_WOODS = registerOverworld("snowy_maple_woods"); public static final ResourceKey<Biome> SNOWY_MAPLE_WOODS = registerOverworld("snowy_maple_woods");

View file

@ -22,6 +22,7 @@
"biome.biomesoplenty.erupting_inferno": "Erupting Inferno", "biome.biomesoplenty.erupting_inferno": "Erupting Inferno",
"biome.biomesoplenty.field": "Field", "biome.biomesoplenty.field": "Field",
"biome.biomesoplenty.fir_clearing": "Fir Clearing", "biome.biomesoplenty.fir_clearing": "Fir Clearing",
"biome.biomesoplenty.floodplain": "Floodplain",
"biome.biomesoplenty.forested_field": "Forested Field", "biome.biomesoplenty.forested_field": "Forested Field",
"biome.biomesoplenty.fungal_jungle": "Fungal Jungle", "biome.biomesoplenty.fungal_jungle": "Fungal Jungle",
"biome.biomesoplenty.glowing_grotto": "Glowing Grotto", "biome.biomesoplenty.glowing_grotto": "Glowing Grotto",