Apotheosis Balance Configurator

Configure Apotheosis balance through simple config file - no JSON editing required!

File Details

apotheosis_balance-1.21.1-2.1.0.jar

  • R
  • Jun 7, 2026
  • 35.80 KB
  • 958
  • 1.21.1
  • NeoForge

File Name

apotheosis_balance-1.21.1-2.1.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:apotheosis-balance-configurator-1379530:8210944"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

2.1.0

  • Bug fix

    • Aggressive multipliers (e.g. apotheosisMultiplier=0.3) no longer spam UnsupportedOperationException from StepFunction.fromBounds() during affix loading. The old build was intercepting the structural accessors StepFunction.max() and StepFunction.getForStep(int) — those are read by Placebo's bounds-style codec to round-trip step functions, and lying about them broke the (max - min) / step validation. Removed both injections; tooltips and gameplay still see multiplied values because StepFunction.get() / getInt() are still scaled.
      Thanks to the modpack dev who narrowed it down to attribute affixes.
  • Optional integration: Iron's Apothic

    • When the Iron's Apothic compat mod is present (which itself bridges Apotheosis with Iron's Spells & Spellbooks), the following affixes are now scaled by apotheosisMultiplier:
      • SchoolAttributeAffix (attribute toggle)
      • ManaCostAffix, SpellLevelAffix, SpellEffectAffix, SpellTriggerAffix (special toggle)
    • No action needed in modpacks — if Iron's Apothic is installed, its spell-related affixes balance themselves automatically. If it's not, this mod behaves exactly as before.
    • Iron's Apothic is declared as an optional NeoForge dependency; the mod loads cleanly with or without it.