You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Marble. I received an issue yesterday:LyquidQrystal/fightorflight#22
It says that getAttackDamage causes java.lang.IllegalArgumentException: Can't find attribute minecraft:generic.attack_damage
I use mixin to add melee/range goal to the PokemonEntity(an entity that doesn't have attack_damage attribute) to hurt entity and the damage is set by a function because the damage might be dynamic, which means there is no attack_damage attribute for the entity. I tried to add it but I failed. I want to know if it's possible to ask you to add some code to check if the attribute exist. I noticed that someone mentioned this and you fixed it before, but you refactored it away. Can you add it back? Thanks!
Hi, Marble. I received an issue yesterday:LyquidQrystal/fightorflight#22
It says that getAttackDamage causes java.lang.IllegalArgumentException: Can't find attribute minecraft:generic.attack_damage
I use mixin to add melee/range goal to the PokemonEntity(an entity that doesn't have attack_damage attribute) to hurt entity and the damage is set by a function because the damage might be dynamic, which means there is no attack_damage attribute for the entity. I tried to add it but I failed. I want to know if it's possible to ask you to add some code to check if the attribute exist. I noticed that someone mentioned this and you fixed it before, but you refactored it away. Can you add it back? Thanks!
VisualityReforged/src/main/java/plus/dragons/visuality/config/EntityHitParticleConfig.java
Line 84 in af8f9cc
The text was updated successfully, but these errors were encountered: