diff --git a/kubejs/data/tfc/recipes/welding/cast_iron_double_ingot.json b/kubejs/data/tfc/recipes/welding/cast_iron_double_ingot.json index ae8f9473f..1e77ef302 100644 --- a/kubejs/data/tfc/recipes/welding/cast_iron_double_ingot.json +++ b/kubejs/data/tfc/recipes/welding/cast_iron_double_ingot.json @@ -1,14 +1,5 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:welding", - "first_input": { - "tag": "forge:ingots/iron" - }, - "second_input": { - "tag": "forge:ingots/iron" - }, - "tier": 0, - "result": { - "item": "tfc:metal/double_ingot/cast_iron" - } +const emptyJson = { + conditions: [ + { type: "forge:false" } + ] } \ No newline at end of file diff --git a/kubejs/data/tfc/recipes/welding/cast_iron_double_sheet.json b/kubejs/data/tfc/recipes/welding/cast_iron_double_sheet.json index 2e4ef7b2c..1e77ef302 100644 --- a/kubejs/data/tfc/recipes/welding/cast_iron_double_sheet.json +++ b/kubejs/data/tfc/recipes/welding/cast_iron_double_sheet.json @@ -1,14 +1,5 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:welding", - "first_input": { - "tag": "forge:plates/iron" - }, - "second_input": { - "tag": "forge:plates/iron" - }, - "tier": 0, - "result": { - "item": "gtceu:iron_double_plate" - } +const emptyJson = { + conditions: [ + { type: "forge:false" } + ] } \ No newline at end of file