AllTheMods / Gravitas2

repo for ATM Gravitas sequel
21 stars 36 forks source link

Wrough Iron Plate not smithable #121

Open survivalmaster78 opened 10 months ago

survivalmaster78 commented 10 months ago

Wrought iron double ingot is forged into GT iron plate, not GT wrought iron plate in tfc anvil

Raccoon2709 commented 10 months ago

Just had the same issue in 1.1.7a, wrought double iron has the output of iron plate

Raccoon2709 commented 10 months ago

event.custom({ type: "create:pressing", ingredients: [{ item: "tfc:refined_iron_bloom" }], results: [{ item: "tfc:metal/ingot/wrought_iron" }] })

Thats the issue, i replaced the output with the GT one

Actually this fixed just a different issue and not the wrought iron plate one