Crucible
Crucible copied to clipboard
Make minecraft world and entities tick in multiples Thread - MinetickMod
Mayby look at this. Some code for sure can be reused or U can take example of taht https://github.com/MineMine/MinetickMod
Make the server assync may cause several bugs inside mods that required to be sync.
Make the server assync may cause several bugs inside mods that required to be sync.
Protik attempted this quite some time ago - it always had issues. Too many mods need sync.
Oh well, sounds like a horrible idea. For this to work we need multithreading first, and then all the mod development happening second, so that developers can and have to accound for thread safety. It simply cannot work the other way around.
A more reasonable idea would be "Multi World Threads", but not on 1.7
From what i saw, on 1.12 is more achievable