Sync upgrade doesn't work
Aphyxia opened this issue ยท 4 comments
Minecraft Version
1.12.2
Forge Version
1.12.2 - 14.23.2.2624
Mod Version
modular-routers-1.12.2-3.1.2.jar
Describe your problem, including steps to reproduce it
Sync upgrade doesn't work. I have five routers with sync upgrades with the same timing. Upon delivering a redstone signal to all of these routers they still operate at a different time.
Sorry, forgot to mention. Tested with various speed upgrades - all none, all 9. The same result.
Edit: It works while no other mods are installed, so the fault probably lies in another mod. For example I have OpticManager making the days and nights longer. I don't have time to test this right now but this looks like an incompatibility issue.
Yeah, I suspect a compatibility issue. The Sync Upgrades make the routes use the world time (as returned by getWorld().getTotalWorldTime()
) to synchronise the routers. Anything that messes with world times will very likely mess up router sync as well.
It might be possible to work around that, maybe by maintaining an independent tick counter for routers, not sure. I'll have a play anyway.