Exception while adding particle
KirboSoftware opened this issue ยท 3 comments
Describe the bug
Crashes upon wandering the world
Steps to reproduce
- Run a client with just Forgified Fabric Api
- Create a world
- Wander around
- Crash
Logs
Additional context
This is soley with FFA, I tried running it with your other mod connector as well, but experienced the same issue sadly and wanted to pin the issue
Alright thanks for notifying. I will test on that forge version and see if it still gives issues
From a similar issue on Connector's repo:
Seems to be caused by Forge adding a new tint hook which removes the call to BlockState#isOf, breaking our mixin. NeoForge seems to have applied the commit, too.
My plan is to cap the FFAPI Forge version range on 47.1.3, which has become the "status quo" version mods are staying on after the Forge/Neo split. It's likely the best way to maintain compatibility until the next mc version.