| | ★ 配置文件 |  | 复制代码
[general]
#最大显示距离
        "Max Distance" = 24
#是否隐藏血条(F1)
        "Render with Interface Disabled (F1)" = false
#血条距离生物头顶的距离
        "Height Above Mob" = 0.6
#血条栏半透明背景
        "Draw Background" = true
#血条栏半透明背景填充大小
        "Background Padding" = 2
#血条栏半透明背景高度
        "Background Height" = 6
#血条高度
        "Health Bar Height" = 4
#血条宽度
        "Plate Size" = 25
#血条宽度(Boss)
        "Plate Size (Boss)" = 50
#显示性质
        "Show Attributes" = true
#显示护甲
        "Show Armor" = true
#组合护甲(将5个铁"护甲图标"浓缩为1个钻石"护甲图标")
        "Group Armor (condense 5 iron icons into 1 diamond icon)" = true
#按类型划分血条颜色(而不是按血量)
        "Color Health Bar by Type (instead of health percentage)" = false
#血量文本高度
        "HP Text Height" = 14
#显示最高血量
        "Show Max HP" = true
#在左侧显示当前血量
        "Show Current HP" = true
#显示血量百分比
        "Show HP Percentage" = true
#显示玩家血量
        "Display on Players" = true
#显示Boss血量
        "Display on Bosses" = true
#只有将准标对准生物才显示血条
        "Only show the health bar for the entity looked at" = false
#按F3显示debug信息
        "Show Debug Info with F3" = true
        #黑名单使用实体ID, 而不是它们的名字. 使用F3可以在血条中看见它们.
        Blacklist = ["minecraft:shulker", "minecraft:armor_stand", "minecraft:cod", "minecraft:salmon", "minecraft:pufferfish", "minecraft:tropical_fish"]
 原文:
 
 复制代码
[general]
        "Max Distance" = 24
        "Render with Interface Disabled (F1)" = false
        "Height Above Mob" = 0.6
        "Draw Background" = true
        "Background Padding" = 2
        "Background Height" = 6
        "Health Bar Height" = 4
        "Plate Size" = 25
        "Plate Size (Boss)" = 50
        "Show Attributes" = true
        "Show Armor" = true
        "Group Armor (condense 5 iron icons into 1 diamond icon)" = true
        "Color Health Bar by Type (instead of health percentage)" = false
        "HP Text Height" = 14
        "Show Max HP" = true
        "Show Current HP" = true
        "Show HP Percentage" = true
        "Display on Players" = true
        "Display on Bosses" = true
        "Only show the health bar for the entity looked at" = false
        "Show Debug Info with F3" = true
        #Blacklist uses entity IDs, not their display names. Use F3 to see them in the Neat bar.
        Blacklist = ["minecraft:shulker", "minecraft:armor_stand", "minecraft:cod", "minecraft:salmon", "minecraft:pufferfish", "minecraft:tropical_fish"]
 | 
 |