Instant Furnace not smelting
aaronhowser1 opened this issue ยท 10 comments
Minecraft Version: 1.16.5
Overloaded Version: Overloaded-1.16.4-0.0.94
This is just sitting here not doing anything
I have this set up to pull all non-ores (see #109) out and into the drawers, but it just stops smelting items.
2021-10-25_06-50-00.mp4
It only actually remembers to smelt when I take an item out, and then stops working pretty much instantly
I cannot reproduce using AE2 and putting a few hundred million items through (1 stack per tick).
Going to need to see more about your setup + try using other mods to insert / extract as it may be something with how the particular mod inserts or extracts.
Will close this bug soon if don't hear back. Feel free to re-open / create new bug with more information if past the closure.
This has a different problem now, using AE2. They suddenly stopped accepting items, and I had to jumpstart them by putting something in.
2021-11-25_23-00-42.mp4
Going to have to assume that. Closing this bug if you find a way to cause it again create re-open this.
Going to need a lot more details about the environment you are in. If it is not reproducible with just Overloaded + an IO mod (AE2 / Mekanism) then I have to assume you have some performance mod (mohist / tickrate / etc) that is either breaking the standard item insert logic, or is putting the tile to sleep.
IE:
- Mods Installed (Mod Pack)
- Forge Version
Not able to reproduce still. Is your initial setup not doing it anymore? Thinking about the AE2 one it might actually be working just inserting and extracting on the same tick so you don't see it, but once you add in the single item offsets the pattern. I been looking at the output and input to see the flows.
I tore down my initial setup, but yours looks basically the same as mine so I assume it just works now. Maybe it had something to do with #109, which has been fixed?