rarity_chance)count_per_chunk)tries_per_patch)xz_spread, y_spread)Profile-based configuration:
Place the mod into the mods folder.
Start Minecraft/the server.
"sourceberry").config/tfc_ars_compat/sourceberry.tomltries_per_patch = 32
xz_spread = 6
count_per_chunk = 1
rarity_chance = 24
biomes = ["#minecraft:is_overworld"] # Tags or specific biomes possible
"minecraft:plains", "tfc:plains""#minecraft:is_overworld", "#tfc:is_temperate_forest"["tfc:plains", "#minecraft:is_forest"]Does the mod read Forge config values at runtime?
Yes. It reads TOML profiles at worldgen time (per plant), so JSONs don’t have to be “hard-coded.”
Can I control biomes entirely via profiles?
Yes. Server admins can specify the desired IDs/tags directly in the profile TOML.
Do I need to edit multiple files per plant?
No. Only the profile TOML, which keeps management clean and simple even with many plants.