Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Very high lag with Integrated Tunnels and Iron Furnaces. #303

Closed
marcelo-jrkiko opened this issue Oct 18, 2024 · 2 comments
Closed

Very high lag with Integrated Tunnels and Iron Furnaces. #303

marcelo-jrkiko opened this issue Oct 18, 2024 · 2 comments

Comments

@marcelo-jrkiko
Copy link

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

@rubensworks
Copy link
Member

Thanks for reporting!

@rubensworks
Copy link
Member

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.

@github-project-automation github-project-automation bot moved this from To Do to Done in Maintenance Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants