remove weak inconel 718 to nugget recipe #3400

This commit is contained in:
Pyritie
2026-03-13 23:25:45 +00:00
parent 62b30d7196
commit 80db1c20ff

View File

@@ -5,6 +5,7 @@ function registerTFGMVMaterialRecipes(event) {
event.remove({ id: 'gtceu:electric_blast_furnace/blast_rough_silicon_carbide' })
event.remove({ id: 'gtceu:electric_blast_furnace/blast_rough_silicon_carbide_gas' })
event.remove({ id: 'gtceu:alloy_smelter/alloy_smelt_silicon_carbide_to_nugget' })
event.remove({ id: 'gtceu:alloy_smelter/alloy_smelt_weak_inconel_718_to_nugget' })
event.recipes.gtceu.electric_blast_furnace('tfg:rough_sic_gem')
.itemInputs(Item.of('gtceu:quartzite_gem', 9), Item.of('gtceu:graphite_dust', 27))