Grider

Results 82 comments of Grider

I'm also quite new to debug packages tbh. They just came out recently. Maybe we left it to somebody capable later.

Try to remove `mtr`, does not seems to be an issue on my side.

Try the latest CI build. Idk why is that `isDevelopment` shared variable causing the issue, but it works on my machine.

Also please tell me if there is any performance improvement if it works.

Please join the discord server for help

Sorry but they are overwriting the whole [function](https://github.com/CaffeineMC/lithium-fabric/blob/6261ccd103771507f7c7e616af6ba14fc5e473c8/src/main/java/me/jellysquid/mods/lithium/mixin/world/chunk_access/ServerChunkManagerMixin.java#L77). It's not a good practice in general and I'm afraid I cannot fix it on my side.

This is a won't fix so close it should be fine.

That's pretty weird because that line is a phasor registration. A null pointer means that the phasor is empty but that phasor is newed every time the pretick is called....

You probably want to check the startup log since I found two mixins functions from dimension threading which may break the thing.

It seems like it is due to GrossFabricHacks internal preLaunch entry point conflict or something. I will find a way to replace it entirely later.