
crashing with newest fabric api
Flame115 opened this issue ยท 5 comments
crash on launch when this mod is enabled after the latest fabric API update, no crashlog is created but here is the log. https://pastebin.com/g1t6kXqU
Any update on this @CammiePone ? Experiencing the same issue here with the latest fabric API.
Yea just downgrade for now. Fabric API made a redirect in place I'd redirected a while back, so now I gotta go figure out a work around.
Other mods now depend on the new Fabric API, making it less than ideal to just downgrade it, as I'd have to start downgrading all the libraries and mods that ultimately depend on these versions.
Also, I wasn't sure which version I would've needed to downgrade to but I figure it is 0.48.0?
In 0.50.0 the following change was included:
Add stack-aware getAttributeModifiers and isSuitableFor to FabricItem (FabricMC/fabric#2090) (Technici4n)
While not possible for me to downgrade, maybe this is helpful to someone else.
I'm waiting on them to merge this PR so I can fix it:
FabricMC/fabric#2175