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
As in the title, happens when recruit entities spawn. Might happen elsewhere as it seems to be caused by a missing attribute in AttributeSupplier, as mentioned at the top of stacktrace (crashreport included as a file):
java.lang.IllegalArgumentException: Can't find attribute minecraft:generic.attack_knockback at net.minecraft.world.entity.ai.attributes.AttributeSupplier.m_22260_(AttributeSupplier.java:21) ~[client-1.19.2-20220805.130853-srg.jar%23753!/:?] {re:mixin,re:classloading} at net.minecraft.world.entity.ai.attributes.AttributeSupplier.m_22245_(AttributeSupplier.java:28) ~[client-1.19.2-20220805.130853-srg.jar%23753!/:?] {re:mixin,re:classloading} at net.minecraft.world.entity.ai.attributes.AttributeMap.m_22181_(AttributeMap.java:62) ~[client-1.19.2-20220805.130853-srg.jar%23753!/:?] {re:mixin,re:classloading,pl:mixin:APP:canary.mixins.json:collections.attributes.AttributeMapMixin,pl:mixin:A}
Or might be a problem more on recruits mod author's side. Otherwise no other leads. Worked after removing recruits and vice-versa.
The text was updated successfully, but these errors were encountered:
crash-2024-02-19_23.08.25-server.txt
As in the title, happens when recruit entities spawn. Might happen elsewhere as it seems to be caused by a missing attribute in AttributeSupplier, as mentioned at the top of stacktrace (crashreport included as a file):
java.lang.IllegalArgumentException: Can't find attribute minecraft:generic.attack_knockback at net.minecraft.world.entity.ai.attributes.AttributeSupplier.m_22260_(AttributeSupplier.java:21) ~[client-1.19.2-20220805.130853-srg.jar%23753!/:?] {re:mixin,re:classloading} at net.minecraft.world.entity.ai.attributes.AttributeSupplier.m_22245_(AttributeSupplier.java:28) ~[client-1.19.2-20220805.130853-srg.jar%23753!/:?] {re:mixin,re:classloading} at net.minecraft.world.entity.ai.attributes.AttributeMap.m_22181_(AttributeMap.java:62) ~[client-1.19.2-20220805.130853-srg.jar%23753!/:?] {re:mixin,re:classloading,pl:mixin:APP:canary.mixins.json:collections.attributes.AttributeMapMixin,pl:mixin:A}
Or might be a problem more on recruits mod author's side. Otherwise no other leads. Worked after removing recruits and vice-versa.
The text was updated successfully, but these errors were encountered: