Furnaces don't show contents without an item in the input slot currently being smelted
unilock opened this issue ยท 0 comments
Mod loader
Forge
Minecraft version
1.19.2
Mod version
8.8.1 (Forge) / 8.7.3 (Fabric)
Modloader version
Forge: 43.2.0 / Fabric Loader 0.14.21 + Fabric API 0.76.0
Modpack info
n/a
If bug:
- Can you reproduce this issue with relevant mods only?
If bug: The latest.log file
https://gist.github.com/unilock/e12f78af070832be94abc2c2a3fc9113
Issue description
With the "Item Storage" config option enabled, a furnace (or blast furnace, smoker, etc.) will not show its contents unless it both has an item in its input slot, and is currently smelting that item. For example:
- A furnace with no items will not show its contents (as expected). โ
- A furnace with cobblestone in the input slot, sticks in the fuel slot, and nothing in the output slot will show its contents. โ
- A furnace with only cobblestone in the input slot + an empty fuel slot, but still smelting that cobblestone with burn time left over from the last fuel item consumed, will show its contents. โ
- A furnace with an item in the output slot will not show its contents, regardless of whether an item is in the fuel slot / how much burn time is left. โ
- A furnace with only an item in the fuel slot will not show its contents, regardless of how much burn time is left. โ
The desired behavior would be that furnace contents are always displayed, so I don't have to check every one of my wall of 45 furnaces to see which one I put my 5 raw iron in :v