From 0df11043afba045d961aaa433d17bf2dc84ce209 Mon Sep 17 00:00:00 2001 From: SpeeeDCraft <52341158+SpeeeDCraft@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:48:54 +0700 Subject: [PATCH] =?UTF-8?q?=D0=B8=20=D0=B5=D1=81=20=D1=87=D0=BE,=20=D0=BA?= =?UTF-8?q?=D1=81=D1=82=D0=B0=20=D1=80=D0=B5=D0=BB=D0=B8=D0=B7=20=D1=87?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D0=B7=20=D1=87=D0=B0=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../recipes/welding/cast_iron_double_ingot.json | 17 ++++------------- .../recipes/welding/cast_iron_double_sheet.json | 17 ++++------------- 2 files changed, 8 insertions(+), 26 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 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