promotional bannermobile promotional banner

Apotheosis Balance Configurator

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

File Details

apotheosis_balance-1.1.0.jar

  • B
  • Nov 23, 2025
  • 40.54 KB
  • 19
  • 1.20.1
  • Forge

File Name

apotheosis_balance-1.1.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Added per-attribute multipliers system

  • Separate multipliers for each attribute (health, damage, armor, speed, etc.)
  • Auto-generates config entries for all registered attributes
  • Per-attribute multipliers stack on top of global multipliers
  • Formula: final_value = base_value × global_multiplier × attribute_multiplier
  • Config file: config/apotheosis_balance/attributes.cfg
  • Full server-client synchronization support

Added server-client config synchronization

  • Fixed issue where client config values overrode server config on dedicated servers
  • Server now sends config to clients on player login (including attribute multipliers)
  • Client uses server values while connected
  • Client reverts to local config on disconnect
  • Config remains in config/ folder (COMMON type)
  • Uses Placebo's MessageProvider for network packets

Bug fixes

  • Fixed AttributeConfig multipliers not syncing to clients
  • Fixed AttributeConfig not clearing on disconnect
  • Verified all mixin execution chains for correctness