A way to disable ChunkLoading function
EverNife opened this issue ยท 0 comments
I have a problem. I need to disable the ChunkLoader function of the mod, but i cant find a way to do so.
Even using the forge chunkloading config
sonarcore {
# Maximum chunks per ticket for the mod.
I:maximumChunksPerTicket=0
# Maximum ticket count for the mod. Zero disables chunkloading capabilities.
I:maximumTicketCount=0
}
fluxnetworks {
# Maximum chunks per ticket for the mod.
I:maximumChunksPerTicket=0
# Maximum ticket count for the mod. Zero disables chunkloading capabilities.
I:maximumTicketCount=0
}