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 1e77ef302..a03a80b82 100644 --- a/kubejs/data/tfc/recipes/welding/cast_iron_double_ingot.json +++ b/kubejs/data/tfc/recipes/welding/cast_iron_double_ingot.json @@ -1,5 +1,5 @@ -const emptyJson = { - conditions: [ - { type: "forge:false" } +{ + "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 1e77ef302..a03a80b82 100644 --- a/kubejs/data/tfc/recipes/welding/cast_iron_double_sheet.json +++ b/kubejs/data/tfc/recipes/welding/cast_iron_double_sheet.json @@ -1,5 +1,5 @@ -const emptyJson = { - conditions: [ - { type: "forge:false" } +{ + "conditions": [ + { "type": "forge:false" } ] } \ No newline at end of file