Bridge Ars Nouveau mana and Iron's Spells 'n Spellbooks mana so they behave like a shared pool.
This is a lightweight compatibility mod designed for modpacks and servers that want one mana economy across both spell systems.
Config file: config/ars_iron_mana_bridge-server.toml
Shares mana percentage between systems:
Ars mana becomes the “source of truth”:
align_max_mana can temporarily adjust Iron’s MAX_MANA attribute so Iron max ≈ Ars maxIron mana becomes the “source of truth”:
Both mods’ regen systems remain active (effects may stack).
Disables both regen systems (not recommended unless you provide regen elsewhere).
All options are in config/ars_iron_mana_bridge-server.toml:
enabled (boolean) — Master togglemode (enum) — FRACTION, ABSOLUTE_USE_ARS, ABSOLUTE_USE_IRONregen_policy (enum) — BOTH, ARS_ONLY, IRON_ONLY, NONEalign_max_mana (boolean) — Align max mana in ABSOLUTE modes (see notes in config)sync_interval_ticks (int, 1–20) — How often to sync Ars → Iron (1 = every tick)epsilon (double) — Minimum difference before writing values (reduces tiny oscillations)debug_log (boolean) — Enables extra logging (spammy)mode = FRACTION for the least-invasive option.If you hit a desync, weird regen stacking, or max-mana mismatch, please include:
ars_iron_mana_bridge-server.tomldebug_log = true)All Rights Reserved