Chunkloading not working
DoktorCraft opened this issue ยท 2 comments
When using this Mod on a server the chunks dont get properly loaded. I have to replace the loader after every restart or else they dont work. Other Mods also dont work (Mekanism, FTB Chunks). This might be a mod compat problem
Modpack: https://www.curseforge.com/minecraft/modpacks/create-freundesmp (Newest version)
Server: Forge 1.20.1 47.3.0
If you need additional info just write here. Idk what else is needed.
All chunk loading mods on Forge use a common API provided by Forge to force load chunks, so if all of them don't work, you likely have a mod that is interfering with that API. Sadly there's nothing I can do to find that problematic mod. You may have to do a binary search in your pack to find it. (Disable half of your mods. If the problem persists, the issue lies in the remaining half. Repeat until you find the culprit.)