SuperMartijn642 / ChunkLoaders

15 stars 11 forks source link

[Bug] Chunkloaders need to be started manually when servercore is installed #122

Open Infinityridr opened 1 week ago

Infinityridr commented 1 week ago

Version Info

Are you using OptiFine?: Never

Description of the Bug When starting the server, chunkloaders dont work. I know this cause I have a redstone line which says hi with a command block every 5 secs. When I place a single chunk loader, and break it again, Everything starts functioning again (redstone and commandblock). This stays on until the server is restarted.

I have tried with servercore and both the "Default" and "optimized" configs they provide and in both is the same.

Steps to Reproduce

Screenshots image image

SuperMartijn642 commented 1 week ago

On Forge, all the chunk loading is handled through Forge's chunk loading API, including loading chunks again when the server is restarted. It not working when ServerCore is installed, would suggest they break Forge's chunk loading API. Hence, I think the issue is on ServerCore's side.