From f09f597d86196a681450ab6b87f0936651230339 Mon Sep 17 00:00:00 2001 From: 17146 <1714673995@qq.com> Date: Sun, 23 Feb 2025 03:31:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=A4=E4=BB=A3=E5=A4=84?= =?UTF-8?q?=E7=90=86=E5=99=A8=E7=9A=84=E5=A4=8D=E5=88=B6=E9=85=8D=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../recipes/ancient_cpu_copy_crafting.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/main/resources/data/superbwarfare/recipes/ancient_cpu_copy_crafting.json diff --git a/src/main/resources/data/superbwarfare/recipes/ancient_cpu_copy_crafting.json b/src/main/resources/data/superbwarfare/recipes/ancient_cpu_copy_crafting.json new file mode 100644 index 000000000..a1f030a8a --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipes/ancient_cpu_copy_crafting.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "dad", + "afa", + "dad" + ], + "key": { + "a": { + "item": "minecraft:netherite_scrap" + }, + "d": { + "item": "minecraft:diamond" + }, + "f": { + "item": "superbwarfare:ancient_cpu" + } + }, + "result": { + "item": "superbwarfare:ancient_cpu", + "count": 2 + } +} \ No newline at end of file