Add modified biome sources that can be configured.
Modified Biome Source add modified biome sources that can be configured.
You can use this mod as biome source for your dimension terrain generator.
Dimension DefinitionField type can be
There are mod_support, allows, denies, and fallback optional configuration. Field allows and denies can be biome or biome tag and field mod_support control mod support from compat.
{
"type": "minecraft:overworld",
"generator": {
"type": "minecraft:noise",
"biome_source": {
"type": "modifiedbiomesource:minecraft_multi_noise",
"preset": "minecraft:overworld",
"mod_support": true,
"allows": "#minecraft:is_forest",
"denies": "minecraft:taiga",
"fallback": "minecraft:forest"
},
"settings": "minecraft:overworld"
}
}
Should at least set one of optional configuration excluding fallback or just vanilla biome source. Field mod_support doesn't do anything unless compat mod installed that will published later.
There are no new compatibility issues or bugs being reported. Please report it on GitHub so it can be fixed.
Feel free to use in modpacks, videos, stream, or similar media. Consider help me financially if you like this mod, I will be really grateful.