Fx Morin

Results 145 comments of Fx Morin

I can add a server/client distinction on the wiki page. However, how much memory a fix saves is very very hard to tell. Since with some mods, it could be...

Make an issue for the Smart Music mod. This can't be fixed by MemoryLeakFix

Crash was due to roughlysearchable. This needs to be fixed by that mod

The next version will have an API with instructions on how to use it.

I'm still waiting for LibMultipart to either merge or close the 1.19 pull request so that I can make my compatibility

As mentioned here: https://github.com/AlexIIL/LibMultiPart/issues/50 It will not crash but it will also not work as intended for LibMultipart

Have you tested and checked that it does not work using MoreCulling, if so can you include the resource pack

I just remembered that my culling technique is written so that blocks without collisions don't get affected. I think the system has progressed enough that I can remove that condition....

After testing ever single non colliding block in the game. Seems my system no longer needs that check, with all the code I've written its all taken care of. So...

Alright so we are one step closer to fixing this bug. In v0.12.5 I made it possible for none colliding blocks to cull. Had a couple bugs in it that...