iron golem
BoniH1908 opened this issue ยท 2 comments
@Draylar , I'm trying to solve this issue but confused about some of the code.
Why do we need to modify maxHealth
since it's already modified in IdentityComponent.java
? I tried to remove this inject and the problem was solved. But I'm unsure what it does.
identity/src/main/java/draylar/identity/mixin/LivingEntityMixin.java
Lines 176 to 191 in d6bade4