If you're running Project MMO with L_Ender's Cataclysm, the Cataclysm entities show up with no XP values and no skill gates. This mod fills that in. Kills on every boss, mini-boss, and regular mob now reward combat and endurance, and fighting a Maledictus or Scylla requires the levels you'd expect.
Pure data. No Java behavior, no mixins, no asset overrides. Just JSON files under data/cataclysm/pmmo/entities/ wrapped as a Forge mod for modpack compatibility. Three tiers:
Bosses:
Mini-bosses:
Regular mobs:
Bosses pay out enough to feel like a milestone. Mini-bosses sit a tier below, big enough to matter but not enough to substitute for the bosses themselves. Regular mobs are baseline grind value. Damage XP scales with tier too, so smacking a Draugr 100 times doesn't equal one boss kill.
The numbers above are just the kill bounty. PMMO also awards combat XP on every hit landed, so total per-kill combat XP scales with mob HP. Tougher mobs like the Ender Golem and Coralssus naturally pay out more than the base value since they take more hits. Endurance is earned from damage taken plus a smaller bonus on kills, not from damage dealt.
Minecraft 1.20.1, Forge 47.x. Project MMO and L_Ender's Cataclysm are soft dependencies, so the mod won't crash if either is missing. The JSON just won't apply.
Server-side. Clients don't need it for the mod to function, though installing it on both is fine. Safe to add or remove on existing worlds since nothing is persisted to world data. No textures, no models, no recipes touched.
Caltinor for Project MMO. mcl_ender for L_Ender's Cataclysm.
MIT.
First PMMO-focused compat mod from Night, third release overall (the previous two were Apotheosis compat mods). Source on GitHub at https://github.com/nightwielder23/pmmo-cataclysm-compat if you want to read the JSON or open an issue about a specific entity's numbers.