Incompatible with newer versions of Fabric API
LambdAurora opened this issue ยท 2 comments
Newer versions of Fabric API changed ArrayBackedEvent
and removed the type
field while CCA gets it in https://github.com/OnyxStudios/Cardinal-Components-API/blob/master/cardinal-components-base/src/main/java/dev/onyxstudios/cca/internal/base/ComponentsInternals.java#L52
This causes significant issues as seen in emilyploszaj/trinkets#100.