From eb59eeb2719560798c9fcd58b8b26ed46a06c013 Mon Sep 17 00:00:00 2001 From: Atsuihsio <842960157@qq.com> Date: Thu, 12 Sep 2024 22:17:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=80=E7=89=87=E5=BC=B9?= =?UTF-8?q?=E5=92=8C=E5=92=92=E7=81=AB=E5=BC=B9=E7=9A=84=E9=85=8D=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../perk/blade_bullet_perk_crafting.json | 22 +++++++++++++++++++ .../curse_flame_bullet_perk_crafting.json | 22 +++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 src/main/resources/data/superbwarfare/recipes/perk/blade_bullet_perk_crafting.json create mode 100644 src/main/resources/data/superbwarfare/recipes/perk/curse_flame_bullet_perk_crafting.json diff --git a/src/main/resources/data/superbwarfare/recipes/perk/blade_bullet_perk_crafting.json b/src/main/resources/data/superbwarfare/recipes/perk/blade_bullet_perk_crafting.json new file mode 100644 index 000000000..1f89327f6 --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipes/perk/blade_bullet_perk_crafting.json @@ -0,0 +1,22 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "dreamaticvoyage" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "item": "dreamaticvoyage:momo_knife" + }, + { + "item": "superbwarfare:empty_perk" + } + ], + "result": { + "item": "superbwarfare:blade_bullet", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/superbwarfare/recipes/perk/curse_flame_bullet_perk_crafting.json b/src/main/resources/data/superbwarfare/recipes/perk/curse_flame_bullet_perk_crafting.json new file mode 100644 index 000000000..1230aef4b --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipes/perk/curse_flame_bullet_perk_crafting.json @@ -0,0 +1,22 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "virtuarealcraft" + } + ], + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "item": "virtuarealcraft:eternal_touch" + }, + { + "item": "superbwarfare:empty_perk" + } + ], + "result": { + "item": "superbwarfare:curse_flame_bullet", + "count": 1 + } +} \ No newline at end of file