Very high lag with Integrated Tunnels and Iron Furnaces.
marcelo-jrkiko opened this issue ยท 2 comments
Issue type:
- ๐ Bug
Short description:
Recently investigating why my world was super legacy, using Spark Profiler I identified the cause.
Steps to reproduce the problem:
To reproduce, simply place an Iron Furnaces furnace with an Item Exporter exporting any material to it. In my case it is "Oak Log". This causes monstrous lag in the world.
Expected behaviour:
The Item Exporter works correctly, but causes huge lag in the world. Removing the furnace and replacing it with something else will do the trick and resolves the problem.
Versions:
- This mod: 1.8.28
- Minecraft: 1.21.1
- Mod loader version: NeoForge 21.1.69
Log file:
From the logs, it looks like the furnace is actively pulling items from the exporter (as opposed to just the exporter pushing items into the furnace).
If your network is very large, then this will cause the furnace to iterate over all slots in your network every tick.
There should be an aspect setting in your exporter to disable this kind of passive interaction, which should resolve your problem.
Please let me know if this would not work.