-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Bug]: Incompatibility with Lithium Minecraft 1.21 #28
Comments
Can confirm, same error, also on fabric 1.21 |
Thats a fault on lithiums side, better chunk loading is just adding a Ticket, while lithiums coremodding fails, report to lithium |
according to this reply on the issue linked by Franco227:
|
No betterchunkloading does use the normal way of adding tickets, nothing fancy nor mixin into it |
So, I decided to try to fix it myself, which is considerably harder since this plugin isn't open source, but I've got some information that might help the author to fix the issue.
Since Im unable to inspect this plugin's source I decided to post the problem here. |
So, I patched Lithium by adding the null check to |
This is the PR: CaffeineMC/lithium#568 |
If you are talking about C2ME, yes I do, but the issue still occurs without it. |
thats normal, since C2ME has some overwrites a mixin fails to apply but thats not an issue. https://github.com/someaddons/betterchunkloading/tree/neo1.21
You just need to select a branch to view the code 🤷 That mixin errors is unrelated, C2ME just has an overwrite there which causes the mixin to fail, but it failing is not an issue. |
From 2No2Name : |
reworked a bunch of stuff in 5.1, may randomly work now? 🤷 |
Describe the bug you're experiencing
The server crashes whenever a chunk is loaded by a player when lithium and betterchunkloading are installed.
Crash log is below
Reproducability
Join a server as a player. The server doesn't immediately crash due to the initial chunks being preloaded, but as soon as the player moves into unloaded chunks, the server crashes.
Mod up to date
Minecraft version
1.21
Modloader version
Fabric
Logs
https://gist.github.com/DarkCows/4a8b8d45dfaeea1b9e483e6bec769e27
The text was updated successfully, but these errors were encountered: