From 472c1a1a3d6df011146f76a3d82ff8b1ab69b6ed Mon Sep 17 00:00:00 2001 From: Atsuihsio <842960157@qq.com> Date: Sun, 1 Sep 2024 13:20:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A0=87=E6=9E=AA=E5=AF=BC?= =?UTF-8?q?=E5=BC=B9=E8=93=9D=E5=9B=BE=E7=9A=84=E5=A4=8D=E5=88=B6=E9=85=8D?= =?UTF-8?q?=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../recipes/javelin_blueprint_crafting.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/main/resources/data/superbwarfare/recipes/javelin_blueprint_crafting.json diff --git a/src/main/resources/data/superbwarfare/recipes/javelin_blueprint_crafting.json b/src/main/resources/data/superbwarfare/recipes/javelin_blueprint_crafting.json new file mode 100644 index 000000000..d78f8e28f --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipes/javelin_blueprint_crafting.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "aba", + "aca", + "aaa" + ], + "key": { + "a": { + "item": "minecraft:diamond" + }, + "b": { + "item": "superbwarfare:javelin_blueprint" + }, + "c": { + "item": "minecraft:lapis_lazuli" + } + }, + "result": { + "item": "superbwarfare:javelin_blueprint", + "count": 2 + } +} \ No newline at end of file