From 3d9d0fb4cfbe202a5cf54449f70e20fd6ae2d843 Mon Sep 17 00:00:00 2001 From: SpeeeDCraft <52341158+SpeeeDCraft@users.noreply.github.com> Date: Mon, 20 Nov 2023 07:46:00 +0700 Subject: [PATCH] Fix #44 --- .../welding/tfg_bismuth_bronze_long_rod.json | 14 -------------- .../recipes/welding/tfg_black_bronze_long_rod.json | 14 -------------- .../recipes/welding/tfg_black_steel_long_rod.json | 14 -------------- .../recipes/welding/tfg_blue_steel_long_rod.json | 14 -------------- .../tfc/recipes/welding/tfg_brass_long_rod.json | 14 -------------- .../tfc/recipes/welding/tfg_bronze_long_rod.json | 14 -------------- .../tfc/recipes/welding/tfg_copper_long_rod.json | 14 -------------- .../tfc/recipes/welding/tfg_gold_long_rod.json | 14 -------------- .../tfc/recipes/welding/tfg_iron_long_rod.json | 14 -------------- .../tfc/recipes/welding/tfg_nickel_long_rod.json | 14 -------------- .../recipes/welding/tfg_red_steel_long_rod.json | 14 -------------- .../recipes/welding/tfg_rose_gold_long_rod.json | 14 -------------- .../tfc/recipes/welding/tfg_silver_long_rod.json | 14 -------------- .../tfc/recipes/welding/tfg_steel_long_rod.json | 14 -------------- .../welding/tfg_sterling_silver_long_rod.json | 14 -------------- .../data/tfc/recipes/welding/tfg_tin_long_rod.json | 14 -------------- .../recipes/welding/tfg_wrought_iron_long_rod.json | 14 -------------- 17 files changed, 238 deletions(-) delete mode 100644 kubejs/data/tfc/recipes/welding/tfg_bismuth_bronze_long_rod.json delete mode 100644 kubejs/data/tfc/recipes/welding/tfg_black_bronze_long_rod.json delete mode 100644 kubejs/data/tfc/recipes/welding/tfg_black_steel_long_rod.json delete mode 100644 kubejs/data/tfc/recipes/welding/tfg_blue_steel_long_rod.json delete mode 100644 kubejs/data/tfc/recipes/welding/tfg_brass_long_rod.json delete mode 100644 kubejs/data/tfc/recipes/welding/tfg_bronze_long_rod.json delete mode 100644 kubejs/data/tfc/recipes/welding/tfg_copper_long_rod.json delete mode 100644 kubejs/data/tfc/recipes/welding/tfg_gold_long_rod.json delete mode 100644 kubejs/data/tfc/recipes/welding/tfg_iron_long_rod.json delete mode 100644 kubejs/data/tfc/recipes/welding/tfg_nickel_long_rod.json delete mode 100644 kubejs/data/tfc/recipes/welding/tfg_red_steel_long_rod.json delete mode 100644 kubejs/data/tfc/recipes/welding/tfg_rose_gold_long_rod.json delete mode 100644 kubejs/data/tfc/recipes/welding/tfg_silver_long_rod.json delete mode 100644 kubejs/data/tfc/recipes/welding/tfg_steel_long_rod.json delete mode 100644 kubejs/data/tfc/recipes/welding/tfg_sterling_silver_long_rod.json delete mode 100644 kubejs/data/tfc/recipes/welding/tfg_tin_long_rod.json delete mode 100644 kubejs/data/tfc/recipes/welding/tfg_wrought_iron_long_rod.json diff --git a/kubejs/data/tfc/recipes/welding/tfg_bismuth_bronze_long_rod.json b/kubejs/data/tfc/recipes/welding/tfg_bismuth_bronze_long_rod.json deleted file mode 100644 index ef295154e..000000000 --- a/kubejs/data/tfc/recipes/welding/tfg_bismuth_bronze_long_rod.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:welding", - "first_input": { - "tag": "forge:rods/bismuth_bronze" - }, - "second_input": { - "tag": "forge:rods/bismuth_bronze" - }, - "tier": 1, - "result": { - "item": "gtceu:bismuth_bronze_long_rod" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/recipes/welding/tfg_black_bronze_long_rod.json b/kubejs/data/tfc/recipes/welding/tfg_black_bronze_long_rod.json deleted file mode 100644 index 9ee915950..000000000 --- a/kubejs/data/tfc/recipes/welding/tfg_black_bronze_long_rod.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:welding", - "first_input": { - "tag": "forge:rods/black_bronze" - }, - "second_input": { - "tag": "forge:rods/black_bronze" - }, - "tier": 1, - "result": { - "item": "gtceu:black_bronze_long_rod" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/recipes/welding/tfg_black_steel_long_rod.json b/kubejs/data/tfc/recipes/welding/tfg_black_steel_long_rod.json deleted file mode 100644 index 8b2fb2294..000000000 --- a/kubejs/data/tfc/recipes/welding/tfg_black_steel_long_rod.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:welding", - "first_input": { - "tag": "forge:rods/black_steel" - }, - "second_input": { - "tag": "forge:rods/black_steel" - }, - "tier": 1, - "result": { - "item": "gtceu:black_steel_long_rod" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/recipes/welding/tfg_blue_steel_long_rod.json b/kubejs/data/tfc/recipes/welding/tfg_blue_steel_long_rod.json deleted file mode 100644 index 3a1e362e5..000000000 --- a/kubejs/data/tfc/recipes/welding/tfg_blue_steel_long_rod.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:welding", - "first_input": { - "tag": "forge:rods/blue_steel" - }, - "second_input": { - "tag": "forge:rods/blue_steel" - }, - "tier": 1, - "result": { - "item": "gtceu:blue_steel_long_rod" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/recipes/welding/tfg_brass_long_rod.json b/kubejs/data/tfc/recipes/welding/tfg_brass_long_rod.json deleted file mode 100644 index 776c164fb..000000000 --- a/kubejs/data/tfc/recipes/welding/tfg_brass_long_rod.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:welding", - "first_input": { - "tag": "forge:rods/brass" - }, - "second_input": { - "tag": "forge:rods/brass" - }, - "tier": 1, - "result": { - "item": "gtceu:brass_long_rod" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/recipes/welding/tfg_bronze_long_rod.json b/kubejs/data/tfc/recipes/welding/tfg_bronze_long_rod.json deleted file mode 100644 index ceffaff2e..000000000 --- a/kubejs/data/tfc/recipes/welding/tfg_bronze_long_rod.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:welding", - "first_input": { - "tag": "forge:rods/bronze" - }, - "second_input": { - "tag": "forge:rods/bronze" - }, - "tier": 1, - "result": { - "item": "gtceu:bronze_long_rod" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/recipes/welding/tfg_copper_long_rod.json b/kubejs/data/tfc/recipes/welding/tfg_copper_long_rod.json deleted file mode 100644 index af90d1bde..000000000 --- a/kubejs/data/tfc/recipes/welding/tfg_copper_long_rod.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:welding", - "first_input": { - "tag": "forge:rods/copper" - }, - "second_input": { - "tag": "forge:rods/copper" - }, - "tier": 1, - "result": { - "item": "gtceu:copper_long_rod" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/recipes/welding/tfg_gold_long_rod.json b/kubejs/data/tfc/recipes/welding/tfg_gold_long_rod.json deleted file mode 100644 index 939e44055..000000000 --- a/kubejs/data/tfc/recipes/welding/tfg_gold_long_rod.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:welding", - "first_input": { - "tag": "forge:rods/gold" - }, - "second_input": { - "tag": "forge:rods/gold" - }, - "tier": 1, - "result": { - "item": "gtceu:gold_long_rod" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/recipes/welding/tfg_iron_long_rod.json b/kubejs/data/tfc/recipes/welding/tfg_iron_long_rod.json deleted file mode 100644 index 1833b2eb4..000000000 --- a/kubejs/data/tfc/recipes/welding/tfg_iron_long_rod.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:welding", - "first_input": { - "tag": "forge:rods/iron" - }, - "second_input": { - "tag": "forge:rods/iron" - }, - "tier": 1, - "result": { - "item": "gtceu:iron_long_rod" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/recipes/welding/tfg_nickel_long_rod.json b/kubejs/data/tfc/recipes/welding/tfg_nickel_long_rod.json deleted file mode 100644 index 48f1354af..000000000 --- a/kubejs/data/tfc/recipes/welding/tfg_nickel_long_rod.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:welding", - "first_input": { - "tag": "forge:rods/nickel" - }, - "second_input": { - "tag": "forge:rods/nickel" - }, - "tier": 1, - "result": { - "item": "gtceu:nickel_long_rod" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/recipes/welding/tfg_red_steel_long_rod.json b/kubejs/data/tfc/recipes/welding/tfg_red_steel_long_rod.json deleted file mode 100644 index 0c7532dc4..000000000 --- a/kubejs/data/tfc/recipes/welding/tfg_red_steel_long_rod.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:welding", - "first_input": { - "tag": "forge:rods/red_steel" - }, - "second_input": { - "tag": "forge:rods/red_steel" - }, - "tier": 1, - "result": { - "item": "gtceu:red_steel_long_rod" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/recipes/welding/tfg_rose_gold_long_rod.json b/kubejs/data/tfc/recipes/welding/tfg_rose_gold_long_rod.json deleted file mode 100644 index 21a235dfa..000000000 --- a/kubejs/data/tfc/recipes/welding/tfg_rose_gold_long_rod.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:welding", - "first_input": { - "tag": "forge:rods/rose_gold" - }, - "second_input": { - "tag": "forge:rods/rose_gold" - }, - "tier": 1, - "result": { - "item": "gtceu:rose_gold_long_rod" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/recipes/welding/tfg_silver_long_rod.json b/kubejs/data/tfc/recipes/welding/tfg_silver_long_rod.json deleted file mode 100644 index 1d07ae017..000000000 --- a/kubejs/data/tfc/recipes/welding/tfg_silver_long_rod.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:welding", - "first_input": { - "tag": "forge:rods/silver" - }, - "second_input": { - "tag": "forge:rods/silver" - }, - "tier": 1, - "result": { - "item": "gtceu:silver_long_rod" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/recipes/welding/tfg_steel_long_rod.json b/kubejs/data/tfc/recipes/welding/tfg_steel_long_rod.json deleted file mode 100644 index 21c5565e0..000000000 --- a/kubejs/data/tfc/recipes/welding/tfg_steel_long_rod.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:welding", - "first_input": { - "tag": "forge:rods/steel" - }, - "second_input": { - "tag": "forge:rods/steel" - }, - "tier": 1, - "result": { - "item": "gtceu:steel_long_rod" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/recipes/welding/tfg_sterling_silver_long_rod.json b/kubejs/data/tfc/recipes/welding/tfg_sterling_silver_long_rod.json deleted file mode 100644 index 6c041cde0..000000000 --- a/kubejs/data/tfc/recipes/welding/tfg_sterling_silver_long_rod.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:welding", - "first_input": { - "tag": "forge:rods/sterling_silver" - }, - "second_input": { - "tag": "forge:rods/sterling_silver" - }, - "tier": 1, - "result": { - "item": "gtceu:sterling_silver_long_rod" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/recipes/welding/tfg_tin_long_rod.json b/kubejs/data/tfc/recipes/welding/tfg_tin_long_rod.json deleted file mode 100644 index 7e3b9b7cd..000000000 --- a/kubejs/data/tfc/recipes/welding/tfg_tin_long_rod.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:welding", - "first_input": { - "tag": "forge:rods/tin" - }, - "second_input": { - "tag": "forge:rods/tin" - }, - "tier": 1, - "result": { - "item": "gtceu:tin_long_rod" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/recipes/welding/tfg_wrought_iron_long_rod.json b/kubejs/data/tfc/recipes/welding/tfg_wrought_iron_long_rod.json deleted file mode 100644 index 00a5305a2..000000000 --- a/kubejs/data/tfc/recipes/welding/tfg_wrought_iron_long_rod.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:welding", - "first_input": { - "tag": "forge:rods/wrought_iron" - }, - "second_input": { - "tag": "forge:rods/wrought_iron" - }, - "tier": 1, - "result": { - "item": "gtceu:wrought_iron_long_rod" - } -} \ No newline at end of file