Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Links
Creators
Details
Licensed GPL-3.0-only
Published 15 hours ago
Updated 8 months ago
PlayerEX alcohol
due to the implementation of the player-ex mod, i have made this fork version to resolve some minor issues.
What has been done?
- Reduced critical damage attribute strength
- Modified ranged critical damage calculation formula
- Original formula:
damage * (1.0 + (10.0 * v)), wherevis the current ranged critical damage value, which was multiplied by 10x in calculation, causing damage to double for every 10% increase in ranged critical damage - Modified formula:
damage * (1.0 + v), to prevent damage scaling too quickly in modded or modpack environments
- Original formula:
- Modified melee critical damage calculation formula
- Original formula:
damage * (1.5 + v), wherevis the current melee critical damage value - Modified to:
damage * (1.0 + v), using the same calculation method as the ranged critical damage mentioned above
- Original formula:
- Modified ranged critical damage calculation formula
- Improved localization
- Completed missing UI localization
- Specific text locations shown in the image below

- Added Chinese localization
- But the translation is not yet complete...
- Completed missing UI localization
Then everything else is identical to the original mod.



