dongle-r / Factorio-Minecraft-Bridge

GNU General Public License v3.0
62 stars 6 forks source link

Managers need to be chuck loaded.... #3

Open dongle-r opened 5 years ago

dongle-r commented 5 years ago

Sending and receiving managers need to be chunk loaded otherwise they will not send or receive items. The actual sending and receiving chests can be unloaded, but it will cause a massive influx of receiving items at the time of loading.

NaCL-Salt commented 2 years ago

This could be solved by creating an intrinsic chunkloader of some kind using ForgeChunkManager, there is some great documentation in https://nekoyue.github.io/ForgeJavaDocs-NG/javadoc/1.12.2/, just scroll down on the bottom left sidebar until you hit ForgeChunkManager