Cheos137 / ArmorpointsPlusplus

A light-weight mod overhauling vanilla ui components
https://modrinth.com/mod/armorpoints
MIT License
2 stars 2 forks source link

[Bug]: 1.16.5-3.0.2 mod does not work #31

Closed 6371peter closed 2 years ago

6371peter commented 2 years ago

Is there an existing issue for this?

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

2022-06-16_18 23 03 when i wear any armor. 2022-06-16_18 26 39

Relevant Log / Crash-Report Output

No response

Cheos137 commented 2 years ago

In my test environment, everything is working fine - did you change any configurations? image image

6371peter commented 2 years ago

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. 2022-06-16_18 52 11 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
Cheos137 commented 2 years ago

Hmmm.. that's odd. Can you please send me a related log file? (ex. latest.log)

6371peter commented 2 years ago

latest.txt

Cheos137 commented 2 years ago

I don't see anything wrong/weird there either... I'm truly sorry, but i don't think i can help you there as both the config and logs indicate everything is working fine and i can't reproduce your issue on my end.

6371peter commented 2 years ago

2022-06-16_19 46 25 I try use armorpointspp-forge-1.16.5-3.0.1,it will working,3.0.0 and 2.0.0 also working.It seems that only 3.0.2 will happen this problem.