Open FGBxRamel opened 10 months ago
i have tested running trains on forge, magma and mohist server, but that only happens in mohist, accroding to the UMC log, i thinks its related to chunk tracking, but i havnt find any solution yet...
comparation of three logs of these servers: forge.log magma.log mohist.log
code in umc(pre mod of IR)) i think may be related? https://github.com/TeamOpenIndustry/UniversalModCore/blob/1.20.1-forge/src/main/java/cam72cam/mod/world/World.java
Could be a problem with the keepLoaded
function.
https://github.com/TeamOpenIndustry/UniversalModCore/blob/1.12.2-forge/src/main/java/cam72cam/mod/world/ChunkManager.java Some code related to UMC chunk tracking
Minecraft Version : 1.12.2
Mohist Version : 1.12.2-320
Operating System : Server runs on Linux, Windows (10+) has the same problem
Concerned mod / plugin : Immersive Railroading; This version but also the ones before
Logs : There are no logs or crash reports.
Steps to Reproduce :
Description of issue : First up: This doesn't happen on Forge and Magma. The steps are above. We suspect that it has something todo with the chunkloading (or something in the chunks not loading). Usually the trains load the chunks, but that presumably doesn't happen with Mohist, or they are unloaded. We tried all the relevant config files from IR and Mohist, but nothing worked.