Draylar / identity

A modern morph mod for Fabric.
https://www.curseforge.com/minecraft/mc-mods/identity
MIT License
106 stars 43 forks source link

scalingHealth config option not working (1.20.1) #609

Closed morceaudebois closed 8 months ago

morceaudebois commented 8 months ago

Bug description From what I understand, the scalingHealth config allows you to disable the default Identity behaviour of setting a certain number of max hearts specific to the identity you're using. Unfortunately, it doesn't seem to be working on 1.20.1 Fabric. Tried on an environment with no other mods and got the same result. Max health is still modified after swapping identities.

Maybe I don't understand the option, but is there a way to disable that feature? I would like to keep the vanilla number of hearts.

https://github.com/Draylar/identity/assets/50768582/0d1c4d78-b5cd-4c4a-9d9f-c0a7073ea50c

morceaudebois commented 8 months ago

Ok, turns out it was an issue in my config file. I had set requiredKillsForIdentity to a really high number (since I don't think you can disable the mechanic that forces you to kill mobs to get their identity any other way?), and it probably broke the config file. scalingHealth seems to work once I lowered those numbers!