Configure Apotheosis balance through simple config file - no JSON editing required!
Balance Apotheosis through a simple config file - no JSON editing required!
Is Apotheosis too overpowered for your server? Want to reduce all damage by 50%? This mod lets you adjust all Apotheosis values through a single TOML config file.
Work with Apotheotic Additions!
The mod multiplies all numerical values in Apotheosis:
Uses mixins - changes apply automatically without editing hundreds of JSON files!
New Value = Old Value × Multiplier
Examples:
Config file location: config/apotheosisbalancer-common.toml
Base Apotheosis Multiplier:
# Multiplier for all base Apotheosis values
# 1.0 = no change (default)
# 0.5 = reduce all by 50%
# 0.2 = reduce all by 80% (hardcore balance)
# 2.0 = double all values (easy mode)
apotheosisMultiplier = 1.0
Apotheotic Additions Multiplier:
# Separate multiplier for ApotheoticAdditions addon
# This addon adds powerful rarities: Relic, Heirloom, Esoteric
# Recommended: 0.6-0.7 for balance
additionsMultiplier = 1.0
Fallback Multiplier:
# Used when mod detection fails
# Usually should match apotheosisMultiplier
fallbackMultiplier = 1.0
Quality Multiplier:
# Multiplier for item quality
# Quality affects:
# - Number of affixes on items
# - Drop chance with luck
#
# Examples:
# 1.0 = no change
# 0.5 = fewer affixes on items
# 0.7 = slightly fewer affixes
#
# Lower quality = simpler items!
qualityMultiplier = 1.0
Minimum Rarity:
# Shift minimum rarity for all loot drops
# Positive = increase rarity
# Negative = decrease rarity
#
# Examples:
# 0 = no change
# -1 = decrease by 1 level (rare → uncommon)
# -2 = decrease by 2 levels (mythic → rare)
# +1 = increase by 1 level (common → uncommon)
minRarityOffset = 0
Maximum Rarity:
# Shift maximum rarity for all loot drops
# Works the same as minRarityOffset
#
# Examples:
# 0 = no change
# -1 = decrease max rarity (mythic → epic)
# +1 = increase max rarity (rare → epic)
maxRarityOffset = 0
Attributes:
# Enable attribute balancing
# (attack speed, damage, armor, health, etc.)
enableAttributeBalance = true
Enchantments:
# Enable enchantment level balancing from gems
enableEnchantmentBalance = true
Potion Effects:
# Enable potion effect balancing
# (duration, amplifier, cooldown)
enablePotionBalance = true
Special Bonuses:
# Enable special bonus balancing
# (bloody_arrow, leech_block, etc.)
enableSpecialBalance = true
Enchantment Rounding:
# Rounding mode for enchantment levels:
# STANDARD - standard rounding (1.5 → 2, 1.4 → 1)
# CEIL_IF_ABOVE_ONE - if ≥ 1.0, round up to at least 2 (1.05 → 2)
# ALWAYS_CEIL - always round up (1.1 → 2)
# ALWAYS_FLOOR - always round down (1.9 → 1)
#
# Minimum enchantment level: 1 (Sharpness I, Protection I, etc.)
enchantmentRounding = "ALWAYS_CEIL"
Potion Rounding:
# Rounding mode for potion effect amplifiers
# Same modes as enchantments
#
# Minimum amplifier: 0 (Strength I = amplifier 0, Strength II = amplifier 1)
potionRounding = "ALWAYS_CEIL"
Important! Enchantments have minimum level 1, but potion amplifiers have minimum 0!
Logging:
# Enable detailed logging to console
# WARNING: Creates MANY log messages!
enableDebugLogging = false
Detailed Info:
# Show detailed caller information
# Only works if enableDebugLogging = true
showCallerInfo = false
The mod balances all 11 Apotheosis bonus types:
Yes! Changes apply to all items immediately, including already-found gear.
Yes! Server-side only. Clients don't need to install the mod.
No. The mod only multiplies values, it doesn't modify items or world data.
No. The mod only affects the Adventure module:
Set:
apotheosisMultiplier = 0.2 # -80%
additionsMultiplier = 0.4 # -60%
Yes! Compatible with any modpack. Perfect for:
Don't want a mod? Try the Diminished Apotheosis datapack with fixed 80%/60% reduction.
| Feature | This Mod | Datapack |
|---|---|---|
| Custom % | ✅ Any via config | ❌ Fixed 80%/60% |
| Separate multipliers | ✅ Different per mod | ❌ Manual editing |
| Rarity shifting | ✅ Yes | ❌ No |
| Toggle bonuses | ✅ Yes | ❌ Delete files |
| Ease of use | ✅ Single config | ✅ Drop-in |
Use the mod for full control, the datapack for a ready-made solution!
Thanks to:
Balance Apotheosis with just one config file! ⚖️
No JSON editing, no datapacks - just simple TOML configuration.