Custom XP Scaling
作者:rebot | 分类:模组
Minecraft 版本: 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
平台: fabric
标签: game-mechanics utility
Allow you to customize the XP scaling in the game. You can set the XP scaling to be linear, exponential, or any custom curve you want.
In mod configuration, you can use a math formula to describe the relationship between the level and the XP required to reach the next level.
Available operations and functions can be found here.
Here is an example of what the vanilla XP scaling looks like:
IF(level >= 31, level * 9 - 158, IF(level >= 16, 5 * level - 38, 2 * level + 7))
This mod is licensed under the MIT license.
请登录后举报
暂无评论,抢个沙发吧~