Skip to content

Commit

Permalink
fix(recipes): ✏️[Invar Ingot] not consumed second [Iron Ingot] in [Ar…
Browse files Browse the repository at this point in the history
…c Furnace]
  • Loading branch information
Krutoy242 committed Dec 9, 2024
1 parent db92ef8 commit 95d2113
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/mods/immersiveengineering/immersiveengineering.zs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ mods.immersiveengineering.ArcFurnace.removeRecipe(<immersiveengineering:metal:29
// Remove buggy silicon recipe (empty input)
mods.immersiveengineering.ArcFurnace.removeRecipe(<ore:ingotSilicon>.firstItem);

// Fix second ingredient not consuming
scripts.process.alloy([<ore:ingotNickel>, <ore:ingotFakeIron> * 2], <thermalfoundation:material:162> * 3, 'strict: ArcFurnace');

// Sheetmetal Chute Smeltery compat
mods.tconstruct.Melting.addRecipe(<liquid:iron> * 72, <immersiveengineering:conveyor>.withTag({ conveyorType: 'immersiveengineering:chute_iron' }));
mods.tconstruct.Melting.addRecipe(<liquid:steel> * 72, <immersiveengineering:conveyor>.withTag({ conveyorType: 'immersiveengineering:chute_steel' }));
Expand Down

0 comments on commit 95d2113

Please sign in to comment.