[1.19.2] Configuration file description

This tutorial is set by the author to use the CC By-NC-SA protocol.

Configure file path: config/neat-client.json5

{{

// The maximum blood bars rendering distance

"Maxdistance": 24,

// Whether to render blood bars in F1

"Renderinf1": false,

// Blood bars to head height

"Heightabove": 0.6,

// Draw the background

"DrawBackground": true, TRUE,

// Background border (excluding the upper distance)

"BackgroundPadding": 2, 2,

// Background height (can be understood as background on the background)

"BackgroundHeight": 6, 6,

// Blood bars height

"Barheight": 4,

// The length of the entire blood bars panel of ordinary creatures (including players)

"Platesize": 25,

// The length of the entire blood bar panel of the boss

"Platesizeboss": 50, 50,

// Display biological attributes: undead-carrion, limb-spider eye

"Showattributes": True, True,

// Display the armor value, each armor value uses a "iron pectoral armor" display

"Showarmor": true,

// Armor value merger (group group), each 5 -point armor value is replaced with a "diamond chest armor" display

"Grouparmor": true,

// Color sectional type, FALSE: All creatures are green blood bars; true: green-friendly creature and neutral creatures, red-hostile creatures

"ColorbyType": False,

// Blood quantity text height

"HPTEXTHEIGHT": 14, 14,

// Display maximum blood volume

"Showmaxhp": true, TRUE,

// Display the current blood volume

"Showcurrenthp": true, True,

// Show the remaining percentage of blood

"Showpercentage": true, True,

// Show the player blood bar

"Showonplayers": true,

// Display boss blood bars "showonbosses": true, true,

// Only the blood bars are allowed to focus on the focus

"Showonlyfocused": false, False,

// Show full of life biological blood bars

"Showfullhealth": true, TRUE,

// Start DEBUG information

"EnableDebuginfo": true,

// Blacklist, no biological blood bars are displayed

"Blacklist": [[

"Minecraft: Shulker",

"Minecraft: Armor_Stand",

"Minecraft: COD",,

"Minecraft: SALMON",

"Minecraft: pufferfish",

"Minecraft: Tropical_fish" "

]

}