Integrated Dynamics

Integrated Dynamics

63M Downloads

Vanilla Furnace not accepting iron ore/raw iron to iron ingot recipes.

Yuuva124 opened this issue ยท 8 comments

commented

Issue type:

  • ๐Ÿ› Bug

Short description:

The recipes for raw iron/iron ore to iron ingot shows as not acceptable when put into a crafting interface aimed at a vanilla furnace. The same recipes can work for the Thermal Series Redstone Furnace.
2024-12-07_06 17 18
2024-12-07_06 17 22
2024-12-07_06 20 14
2024-12-07_06 20 17

Steps to reproduce the problem:

  1. Place a crafting interface aimed at any side of a furnace.
  2. Put a recipe for iron ore/raw iron to iron ingots into the crafting interface.

Expected behaviour:

The recipes should be acceptable and the furnace should start smelting ore with a crafting writer.


Versions:

  • This mod: Dynamics: 1.23.0 Crafting: 1.1.8 Tunnels: 1.8.28
  • Minecraft: 1.19.2
  • Mod loader version: Forge 43.3.9

Log file:

commented

2024-12-07_06 40 09
From what I remember from yesterday, it shows the same on every side of the furnace.

commented

Thanks for reporting!

commented

What happens when you connect the crafting interface at the top of the furnace?
I'm not saying that it should work like that instead, but I want to see if it influences the result.

Also, could you screenshot the error that shows when you hover over the red X ?

commented

it shows the same on every side of the furnace.

OK, thanks.

That screenshot is for the tooltip of the variable card, but I mean the one from the big red โŒ below it, which shows the error itself if you hover over it.

commented

Oh sorry.
2024-12-07_06 48 21

commented

What happens if you make the recipe so that its tooltip reads Iron Ingot <- Raw Iron by putting the raw iron in the first input slot?

commented

The recipe runs perfectly line like that. Weird that the recipe worked both ways for the Redstone Furnace.

commented

My guess is that the redstone furnace counts as a general machine but the furnace doesn't, meaning that the furnace recipes check that there's exactly one input type and one output type, which the empty slots would make fail.