From 3d6f1c6f59d7ccad44bbd2afb46cd5baebabb328 Mon Sep 17 00:00:00 2001 From: Atsuihsio <842960157@qq.com> Date: Sat, 25 Jan 2025 15:04:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B1=A4=E5=A7=866=E7=9A=84?= =?UTF-8?q?=E5=90=88=E6=88=90=E9=85=8D=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../superbwarfare/recipes/tom_6_crafting.json | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/main/resources/data/superbwarfare/recipes/tom_6_crafting.json diff --git a/src/main/resources/data/superbwarfare/recipes/tom_6_crafting.json b/src/main/resources/data/superbwarfare/recipes/tom_6_crafting.json new file mode 100644 index 000000000..b0da4d091 --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipes/tom_6_crafting.json @@ -0,0 +1,31 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "aaa", + "aba", + "cdc" + ], + "key": { + "a": { + "tag": "minecraft:planks" + }, + "b": { + "item": "superbwarfare:cell" + }, + "c": { + "item": "superbwarfare:wheel" + }, + "d": { + "item": "minecraft:dropper" + } + }, + "result": { + "item": "superbwarfare:container", + "nbt": { + "BlockEntityTag": { + "EntityType": "superbwarfare:tom_6" + } + } + } +} \ No newline at end of file