From 85c30877115da3215a84dc53ae0f15bbec20dbbe Mon Sep 17 00:00:00 2001 From: 17146 <1714673995@qq.com> Date: Mon, 12 May 2025 15:18:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=98=E6=AF=94=E7=89=B9?= =?UTF-8?q?=E4=B9=8B=E7=AE=AD=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/cupid_arrow_perk_crafting.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/main/resources/data/superbwarfare/recipe/perk/cupid_arrow_perk_crafting.json diff --git a/src/main/resources/data/superbwarfare/recipe/perk/cupid_arrow_perk_crafting.json b/src/main/resources/data/superbwarfare/recipe/perk/cupid_arrow_perk_crafting.json new file mode 100644 index 000000000..36569e0f3 --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipe/perk/cupid_arrow_perk_crafting.json @@ -0,0 +1,33 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "equipment", + "pattern": [ + "cbc", + "dad", + "cdc" + ], + "key": { + "a": { + "item": "superbwarfare:empty_perk" + }, + "b": { + "item": "minecraft:bow" + }, + "c": { + "tag": "minecraft:arrows" + }, + "d": { + "type": "neoforge:components", + "components": { + "minecraft:potion_contents": { + "potion": "minecraft:healing" + } + }, + "items": "minecraft:potion" + } + }, + "result": { + "id": "superbwarfare:cupid_arrow", + "count": 1 + } +} \ No newline at end of file