
Mediumcore Fix
modFixes a MediumCore mod issue and bugs
byringoway
330
0
Compatibility
Supported Loaders
forge

Fixes a MediumCore mod issue and bugs
Fixes health data loss when updating Alex's Mediumcore mod
The original Mediumcore in onLivingDeath uses player.getMaxHealth(), which INCLUDES modifiers from external sources (rings, armor, etc.).
Example with a +20 HP ring:
Introduce BASE_HEALTH_TAG to store the "pure" base health, which is independent of external modifiers.