[Bug]: 1.16.5-3.0.2 mod does not work
6371peter opened this issue ยท 6 comments
Is there an existing issue for this?
- I have searched the existing issues
Description
Only add this mod,after entering the game the health bar has no change with vanilla.
Version
3.0.2 for Minecraft Forge 1.16.5
Version
No response
To Reproduce
1.Forge 1.16.5-36.2.35
2.Add armorpointspp-forge-1.16.5-3.0.2.jar
3.Create a new world
Expexted Behavior
No response
Additional Context
No response
Screenshots
Relevant Log / Crash-Report Output
No response
I try to reinstall forge 36.2.35 and only add armorpointspp-forge-1.16.5-3.0.2.jar,use java 8.0.331,config use when start game mod generate default config,but it still not working.
General config is here:
[general]
# Show armor value text next to armor bar
# Available: true, false [default: true]
showArmorValue = true
# Show toughness bar when toughness is zero
# Available: true, false [default: false]
showToughnessWhenZero = false
# Show frostbite percentage next to health bar
# Available: true, false [default: true]
showFrostbitePercentage = true
# Show toughness as it's own bar
# Available: true, false [default: false]
useToughnessBar = false
# Enable custom armor bar
# Available: true, false [default: true]
enableArmorBar = true
# Draw shadows for all rendered texts
# Available: true, false [default: true]
textShadow = true
# Enable custom health bar
# Available: true, false [default: true]
enableHealthBar = true
# Show toughness as overlay over armor or it's own bar
# Available: true, false [default: true]
enableToughness = true
# Frostbite heart display style (full = vanilla)
# Available: FULL, ICON, OVERLAY [default: ICON]
frostbiteStyle = "ICON"
# Show absorption as border around health
# Available: true, false [default: true]
showAbsorption = true
# Determines the side of the toughness bar
# Available: RIGHT, LEFT [default: LEFT]
# Only effective if useToughnessBar is set to true!
toughnessSide = "LEFT"
# Sets the texture sheet used for rendering
# See https://github.com/Cheos137/ArmorpointsPlusplus/wiki/Custom-Texture-Sheets for more information
# Builtin: default [default: default]
textureSheet = "default"
# Show resistance as border around armor
# Available: true, false [default: true]
showResistance = true
# Suffix type used for displaying high numeric values
# Available: SI, SCI, GER, ENG [default: SI]
suffix = "SI"
# Show protection as overlay over armor
# Available: true, false [default: true]
showProtection = true
# Show health value text next to health bar
# Available: true, false [default: true]
showHealthValue = true
# Show toughness value text next to toughness bar
# Available: true, false [default: true]
showToughnessValue = true
# Show armor bar when armor is zero
# Available: true, false [default: false]
showArmorWhenZero = false
[general.debug]
# You don't want this to be on. Believe me
# Available: true, false [default: false]
debug = false