Improved Damage Framework

Improved Damage Framework

10.1k Downloads

Possible incompatibility with Recruits and Workers mods (1.19.2)

thmrv opened this issue ยท 0 comments

commented

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.