This allows you to modifie biomes by black listing them while also allowing you to edit the spawn chance of oceans and deep seas.
CONFIG :
# Biome Modifier - Forge 1.20.1
#
# Changes apply to NEWLY GENERATED chunks. Existing chunks are not rewritten.
# The percentages are retention rates for climate selections, not an exact
# percentage of total world surface area.
#
# 100 = vanilla frequency, 0 = never allow that category to be selected.
# Deep ocean has its own setting and does NOT multiply by the shallow-ocean setting.
enabled = true
# Keep only this percentage of normal (non-deep) ocean biome selections.
ocean_spawn_percent = 25.0
# Keep only this percentage of deep-ocean biome selections.
deep_ocean_spawn_percent = 10.0
# Exact biome IDs that must not be selected by a multi noise biome source.
# Vanilla and modded registry IDs are supported.
# Empty by default: no biome is blocked unless you add it yourself.
blacklisted_biomes = []
# Most biome mods use Minecraft's is_ocean / is_deep_ocean biome tags.
# Put biome IDs here only when a modded ocean biome is missing those tags.
extra_ocean_biomes = []
extra_deep_ocean_biomes = []
Where to contact me :
-This is my discord if you wanted to contact me directly. (leo_san) OR (.leo_san) one of them should work.
-this is a link to my discord community https://discord.gg/4vFHj9beKU


