From b4cf1206293e2938d192980293d11f2f9149e81d Mon Sep 17 00:00:00 2001 From: Galen Date: Fri, 12 Jan 2024 15:31:54 -0500 Subject: [PATCH 1/2] Add raw materials tags --- .../data/forge/tags/items/raw_materials/silver.json | 6 ++++++ .../generated/data/forge/tags/items/raw_materials/tin.json | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 exploration/src/main/generated/data/forge/tags/items/raw_materials/silver.json create mode 100644 exploration/src/main/generated/data/forge/tags/items/raw_materials/tin.json diff --git a/exploration/src/main/generated/data/forge/tags/items/raw_materials/silver.json b/exploration/src/main/generated/data/forge/tags/items/raw_materials/silver.json new file mode 100644 index 000000000..08ef69f61 --- /dev/null +++ b/exploration/src/main/generated/data/forge/tags/items/raw_materials/silver.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "projectred_exploration:raw_silver" + ] +} \ No newline at end of file diff --git a/exploration/src/main/generated/data/forge/tags/items/raw_materials/tin.json b/exploration/src/main/generated/data/forge/tags/items/raw_materials/tin.json new file mode 100644 index 000000000..33a522342 --- /dev/null +++ b/exploration/src/main/generated/data/forge/tags/items/raw_materials/tin.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "projectred_exploration:raw_tin" + ] +} \ No newline at end of file From 03ed03f145d134fe6a5fbabf75b66cfc6a1c862e Mon Sep 17 00:00:00 2001 From: Galen Date: Fri, 12 Jan 2024 15:50:36 -0500 Subject: [PATCH 2/2] Fix broken silver smelting recipe --- ...smelting.json => silver_ingot_from_raw_silver_smelting.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename exploration/src/main/generated/data/projectred_exploration/recipes/{silver_ingot_from_raw_tin_smelting.json => silver_ingot_from_raw_silver_smelting.json} (77%) diff --git a/exploration/src/main/generated/data/projectred_exploration/recipes/silver_ingot_from_raw_tin_smelting.json b/exploration/src/main/generated/data/projectred_exploration/recipes/silver_ingot_from_raw_silver_smelting.json similarity index 77% rename from exploration/src/main/generated/data/projectred_exploration/recipes/silver_ingot_from_raw_tin_smelting.json rename to exploration/src/main/generated/data/projectred_exploration/recipes/silver_ingot_from_raw_silver_smelting.json index a8d72fd6b..b5b8d5f20 100644 --- a/exploration/src/main/generated/data/projectred_exploration/recipes/silver_ingot_from_raw_tin_smelting.json +++ b/exploration/src/main/generated/data/projectred_exploration/recipes/silver_ingot_from_raw_silver_smelting.json @@ -4,7 +4,7 @@ "item": "projectred_exploration:silver_ingot" }, "ingredient": { - "item": "projectred_exploration:raw_tin" + "item": "projectred_exploration:raw_silver" }, "experience": 0.7, "cookingtime": 200