Description
!Translate from Chinese
This mod is a high-version port of "ironfist" and only includes basic features: dig with fists, gain experience and level up, the higher the level, the faster the digging speed.
It includes commands:
- "/ironfist showLV": Display the current fist level, experience, and the experience needed for the next level.
- "/ironfist config <config> <value>": Set the specified configuration
Configuration:
- "fistOnly": Whether it only works when empty-handed or allows holding other non-tool items (default is false)
- "maxLV": The maximum level of the fist (default is 30)
- "XPMultiple": The multiplier for experience gain (default is 1.0)
- "limitBreakSpeed": Restrict the digging speed, limiting the minimum digging time to the time it takes to dig stone at that level (default is 10).
- "fistDamage": Whether to cause additional damage equal to (lv-1)/2 points (default is false).
- "fistRange": Whether to increase the reach distance by (lv-1)/2 points (default is false).
- "saveDataOnDeath": Whether to save fist data upon death (default is true).
这个mod是对"ironfist"的高版本移植,且仅包含基础功能:用拳头挖掘,获得经验并升级,等级越高挖掘速度越快。
包含指令:
- "/ironfist showLV":显示当前拳头等级,经验,下一级需要的经验。
- "/ironfist config <config> <value>": 设置指定的配置项
配置文件项:
- "fistOnly":仅空手生效,或允许持有其它非工具的物品(默认为false)
- "maxLV":拳头的最大等级(默认为30)
- "XPMultiple":经验获取倍率(默认为1.0)
- "limitBreakSpeed":限制挖掘速度,将最低挖掘时间限制到该等级挖石头(默认为10)
- "fistDamage":是否造成(lv-1)/2点额外伤害(默认为false)
- "fistRange":是否增加(lv-1)/2点触及距离(默认为false)
- "saveDataOnDeath":是否在死亡时保存拳头数据(默认为true)


