Minecraft-LightLand / Twilight-Delight

GNU Lesser General Public License v2.1
0 stars 4 forks source link

[1.20.1] Stat Tinkerer incompatibility #14

Closed SigmaFlame closed 8 months ago

SigmaFlame commented 8 months ago

Hello,

In 1.20.1, your mod prevents the mod Stat Tinkerer to work properly. Your mod seems to enforce that the player revive with 20 hp, even if in Stat Tinkerer I have set to 6 hp. Removing your mod makes Stat Tinkerer work well again.

https://github.com/Terrails/stat-tinkerer/issues/1

lcy0x1 commented 8 months ago

I only did player.setHealth(player.getMaxHealth());.

Anyway, you can disable this in config: in l2configs/l2library-common.toml, set restoreFullHealthOnRespawn = false