Chunk loading via FTB chunks doesn't work
localzuk opened this issue ยท 6 comments
Modpack version
Pack 0.4.1 (including running the server pack)
Describe the bug
The chunk loading in FTB Chunks doesn't work. When a player logs off, their machines shut down when the chunk is unloaded.
To reproduce
Make some machines. I tested by having a vanilla Blast Furnace running, a Powah Furnator (Hardened) and a Mekanism Enrichment Chamber. I had coal in the furnator and furnace, and iron chunks and iron dust in the enrichment chamber and furnace.
I claimed some chunks via the FTB Chunks "Claim chunks" map, and then shift clicked to then force load them.
I put a full stack in each machine and logged off. I logged back on 25 minutes later. Only 6 dust had been processed into ingots, and 6 chunks into 12 dust. Sitting at the machines in person, the machines processed all the iron chunks/ore in a matter of a few minutes.
The default config disables chunk loading while players are offline - you can change this in the ftbchunks-server config.
@localzuk check the defaultconfigs folder - server configs are in there.
Make sure you change it in world/serverconfigs/ftbchunks-server.toml... default configs are copied over at world creation so changing the default config will do nothing for an existing world
Thanks @theboo. These extra config folders are new to me!