Integrated Tunnels

Integrated Tunnels

53M Downloads

Very high lag with Integrated Tunnels and Iron Furnaces.

marcelo-jrkiko opened this issue ยท 2 comments

commented

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.

2024-10-18_15 53 54

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:

https://spark.lucko.me/1HTNyB7o4X

commented

Thanks for reporting!

commented

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.