From 4e7fe6740635ccf2e593d8097bef7210e617b0bf Mon Sep 17 00:00:00 2001 From: 17146 <1714673995@qq.com> Date: Tue, 11 Mar 2025 18:26:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=81=94=E5=8A=A8=E9=85=8D?= =?UTF-8?q?=E6=96=B9=E4=BD=8D=E7=BD=AE=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=96=B0?= =?UTF-8?q?=E9=85=8D=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../blasting/crushed_raw_lead_blasting.json | 16 ++++++++++++++++ .../blasting/crushed_raw_silver_blasting.json | 16 ++++++++++++++++ .../compat/create}/crushing/iron_powder.json | 8 +++++++- .../compat/create}/crushing/tungsten_powder.json | 8 +++++++- .../create}/mixing/high_energy_explosives.json | 6 ++++++ 5 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 src/main/resources/data/superbwarfare/recipes/compat/create/blasting/crushed_raw_lead_blasting.json create mode 100644 src/main/resources/data/superbwarfare/recipes/compat/create/blasting/crushed_raw_silver_blasting.json rename src/main/resources/data/{create/recipes => superbwarfare/recipes/compat/create}/crushing/iron_powder.json (57%) rename src/main/resources/data/{create/recipes => superbwarfare/recipes/compat/create}/crushing/tungsten_powder.json (56%) rename src/main/resources/data/{create/recipes => superbwarfare/recipes/compat/create}/mixing/high_energy_explosives.json (78%) diff --git a/src/main/resources/data/superbwarfare/recipes/compat/create/blasting/crushed_raw_lead_blasting.json b/src/main/resources/data/superbwarfare/recipes/compat/create/blasting/crushed_raw_lead_blasting.json new file mode 100644 index 000000000..56de86895 --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipes/compat/create/blasting/crushed_raw_lead_blasting.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:blasting", + "category": "misc", + "experience": 0.7, + "cookingtime": 100, + "ingredient": { + "item": "create:crushed_raw_lead" + }, + "result": "superbwarfare:lead_ingot", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "create" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/superbwarfare/recipes/compat/create/blasting/crushed_raw_silver_blasting.json b/src/main/resources/data/superbwarfare/recipes/compat/create/blasting/crushed_raw_silver_blasting.json new file mode 100644 index 000000000..03c71c4bf --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipes/compat/create/blasting/crushed_raw_silver_blasting.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:blasting", + "category": "misc", + "experience": 0.7, + "cookingtime": 100, + "ingredient": { + "item": "create:crushed_raw_silver" + }, + "result": "superbwarfare:silver_ingot", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "create" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crushing/iron_powder.json b/src/main/resources/data/superbwarfare/recipes/compat/create/crushing/iron_powder.json similarity index 57% rename from src/main/resources/data/create/recipes/crushing/iron_powder.json rename to src/main/resources/data/superbwarfare/recipes/compat/create/crushing/iron_powder.json index 2fb814543..261b24af7 100644 --- a/src/main/resources/data/create/recipes/crushing/iron_powder.json +++ b/src/main/resources/data/superbwarfare/recipes/compat/create/crushing/iron_powder.json @@ -9,7 +9,13 @@ "results": [ { "count": 1, - "item": "superbwarfare:iron_powder" + "item": "superbwarfare:iron_powder" + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "create" } ] } \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crushing/tungsten_powder.json b/src/main/resources/data/superbwarfare/recipes/compat/create/crushing/tungsten_powder.json similarity index 56% rename from src/main/resources/data/create/recipes/crushing/tungsten_powder.json rename to src/main/resources/data/superbwarfare/recipes/compat/create/crushing/tungsten_powder.json index 0500e81e3..dd4995e8e 100644 --- a/src/main/resources/data/create/recipes/crushing/tungsten_powder.json +++ b/src/main/resources/data/superbwarfare/recipes/compat/create/crushing/tungsten_powder.json @@ -9,7 +9,13 @@ "results": [ { "count": 1, - "item": "superbwarfare:tungsten_powder" + "item": "superbwarfare:tungsten_powder" + } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "create" } ] } \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/mixing/high_energy_explosives.json b/src/main/resources/data/superbwarfare/recipes/compat/create/mixing/high_energy_explosives.json similarity index 78% rename from src/main/resources/data/create/recipes/mixing/high_energy_explosives.json rename to src/main/resources/data/superbwarfare/recipes/compat/create/mixing/high_energy_explosives.json index 2cc3ff223..c02b2c9ab 100644 --- a/src/main/resources/data/create/recipes/mixing/high_energy_explosives.json +++ b/src/main/resources/data/superbwarfare/recipes/compat/create/mixing/high_energy_explosives.json @@ -19,5 +19,11 @@ "item": "superbwarfare:high_energy_explosives", "count": 3 } + ], + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "create" + } ] } \ No newline at end of file