LevelZ + Zenith Compat connects LevelZ progression to Zenith Attributes and compatible RPG resource systems on Fabric 1.20.1.
FEATURES:
Luck -> Zenith Crit Chance
LevelZ's Luck crit scaling is redirected into Zenith Attributes' Crit Chance instead of using LevelZ's separate hidden melee crit roll.
The existing LevelZ luckCritBonus config remains the per-level scaling control.
For example:
luckCritBonus = 0.001
At 50 Luck, this provides +5% Zenith Crit Chance.
Luck -> Virtual Fortune
Luck grants 0.05 effective Fortune per level by default.
Fractional Fortune is handled probabilistically, allowing progression between normal integer Fortune levels.
Examples:
20 Luck = +1 effective Fortune
40 Luck = +2 effective Fortune
50 Luck = +2.5 average effective Fortune
The bonus stacks with real Fortune without modifying the player's actual tool.
Endurance -> Max Stamina
When Stamina Attributes is installed, each LevelZ Endurance level grants +1 Max Stamina by default.
Examples:
10 Endurance = +10 Max Stamina
25 Endurance = +25 Max Stamina
50 Endurance = +50 Max Stamina
Alchemy -> Max Mana
When RPGMana is installed, each LevelZ Alchemy level grants +1 Max Mana by default.
Examples:
10 Alchemy = +10 Max Mana
25 Alchemy = +25 Max Mana
50 Alchemy = +50 Max Mana
EXISTING LEVELZ LUCK IS PRESERVED
LevelZ's existing generic Luck attribute bonus is left untouched.
This means Luck can contribute to:
- Vanilla/modded loot systems that respect Minecraft Luck
- Zenith Crit Chance
- Effective Fortune
CONFIGURATION
The mod automatically creates:
config/levelz_zenith_compat.json
Default configuration:
{
"fortunePerLuckLevel": 0.05,
"staminaPerEnduranceLevel": 1.0,
"manaPerAlchemyLevel": 1.0
}
This allows the Fortune, Stamina and Mana scaling to be adjusted without rebuilding the mod.
REQUIREMENTS
Required:
- Minecraft 1.20.1
- Fabric Loader
- LevelZ 1.4.13 or newer
- Zenith Attributes
Optional integrations:
- Stamina Attributes
Enables the Endurance -> Max Stamina bonus.
- RPGMana
Enables the Alchemy -> Max Mana bonus.
MULTIPLAYER
Designed for multiplayer and modpack use.
For the simplest setup, install the mod on both client and server alongside its required dependencies.
MODPACKS
You may include LevelZ + Zenith Compat in modpacks. It was originally designed for use in the Path of the Ascended modpack, so your mileage may vary.

