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
2.1.0
Bug fix
- Aggressive multipliers (e.g.
apotheosisMultiplier=0.3) no longer spamUnsupportedOperationExceptionfromStepFunction.fromBounds()during affix loading. The old build was intercepting the structural accessorsStepFunction.max()andStepFunction.getForStep(int)— those are read by Placebo's bounds-style codec to round-trip step functions, and lying about them broke the(max - min) / stepvalidation. Removed both injections; tooltips and gameplay still see multiplied values becauseStepFunction.get()/getInt()are still scaled.
Thanks to the modpack dev who narrowed it down to attribute affixes.
- Aggressive multipliers (e.g.
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.
- 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