From d7912793f9ba8e5402d91a3414accc876c08a4d3 Mon Sep 17 00:00:00 2001 From: Atsuihsio <842960157@qq.com> Date: Thu, 26 Sep 2024 22:57:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=A9=BA=E5=B0=96=E5=BC=B9?= =?UTF-8?q?=E9=85=8D=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../perk/jhp_bullet_perk_crafting.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/main/resources/data/superbwarfare/recipes/perk/jhp_bullet_perk_crafting.json diff --git a/src/main/resources/data/superbwarfare/recipes/perk/jhp_bullet_perk_crafting.json b/src/main/resources/data/superbwarfare/recipes/perk/jhp_bullet_perk_crafting.json new file mode 100644 index 000000000..4115b1d34 --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipes/perk/jhp_bullet_perk_crafting.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "equipment", + "pattern": [ + "cbc", + "bab", + "cbc" + ], + "key": { + "a": { + "item": "superbwarfare:empty_perk" + }, + "b": { + "tag":"forge:storage_blocks/copper" + }, + "c": { + "tag":"forge:ingots/copper" + } + }, + "result": { + "item": "superbwarfare:jhp_bullet", + "count": 1 + } +} \ No newline at end of file