From c1f358b60fd6edaf7b3a14710900447364fbc78d Mon Sep 17 00:00:00 2001 From: SpeeeDCraft <52341158+SpeeeDCraft@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:49:41 +0700 Subject: [PATCH] =?UTF-8?q?=D0=BA=D0=BE=D0=BA=D0=BE=D0=B4=D0=B0=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubejs/data/tfc/recipes/welding/cast_iron_double_ingot.json | 6 +++--- kubejs/data/tfc/recipes/welding/cast_iron_double_sheet.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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