需要使用工具耐久度条加持
因为在我的世界游戏中,装备的耐久度并不会自动显示,需要使用工具耐久度条加持来实现。
这个功能可以通过在设置里开启“高级设置”中的“工具提示”来启用。
在游戏中,当你使用工具时,耐久度条就会显示在工具栏中,方便玩家掌握工具的使用时间和耐久度,避免在重要时刻因为工具损坏而造成困扰。
minecraftconfig文件夹armorstatushud.cfg文件
# Sets the position of the HUD on the screen. Valid alignment strings are topleft, topcenter, topright, middleleft, middlecenter, middleright, bottomleft, bottomcenter, bottomright [default: bottomleft]
S:alignMode=bottomleft
---------------------------------------------------
#在屏幕上设置抬头显示器的位置。有效的对齐字符串为左上、上中、右上、左中、中中、右中、左下、左下、右下[默认值:左下]
S: alignMode=左下
----------------------------------------------
# Sets the direction to display status items. Valid list mode strings are horizontal and vertical [default: horizontal]
S:listMode=vertical
----------------------------------------
#设置显示状态项的方向。有效的列表模式字符串是水平和垂直的[默认值:水平]
S: listMode=垂直