Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception while adding particle #13

Closed
KirboSoftware opened this issue Aug 9, 2023 · 3 comments
Closed

Exception while adding particle #13

KirboSoftware opened this issue Aug 9, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@KirboSoftware
Copy link

KirboSoftware commented Aug 9, 2023

Describe the bug

Crashes upon wandering the world

Steps to reproduce

  1. Run a client with just Forgified Fabric Api
  2. Create a world
  3. Wander around
  4. Crash

Logs

https://pastebin.com/A1QAdA4J

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

@KirboSoftware KirboSoftware added the bug Something isn't working label Aug 9, 2023
@Su5eD Su5eD self-assigned this Aug 9, 2023
@Su5eD
Copy link
Member

Su5eD commented Aug 9, 2023

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.

@KirboSoftware
Copy link
Author

Alright thanks for notifying. I will test on that forge version and see if it still gives issues

@Su5eD
Copy link
Member

Su5eD commented Aug 9, 2023

Released FFAPI 0.86.1+1.8.1+1.20.1 which no longer crashes on never Forge versions, allowing FML to show the loading error screen with the version range mismatch.

@Su5eD Su5eD closed this as completed Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants