From d538906659d38163ae50fb5c192ef714853ff6a7 Mon Sep 17 00:00:00 2001 From: Atsuihsio <842960157@qq.com> Date: Mon, 16 Dec 2024 03:03:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=85=E7=94=B5=E7=AB=99?= =?UTF-8?q?=E7=9A=84=E9=85=8D=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../recipes/charge_station_crafting.json | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/main/resources/data/superbwarfare/recipes/charge_station_crafting.json diff --git a/src/main/resources/data/superbwarfare/recipes/charge_station_crafting.json b/src/main/resources/data/superbwarfare/recipes/charge_station_crafting.json new file mode 100644 index 000000000..007ab288d --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipes/charge_station_crafting.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "ada", + "dcd", + "aba" + ], + "key": { + "a": { + "tag": "forge:ingots/copper" + }, + "b": { + "item": "minecraft:iron_ingot" + }, + "c": { + "item": "minecraft:blast_furnace" + }, + "d": { + "item": "superbwarfare:cell" + } + }, + "result": { + "item": "superbwarfare:charging_station", + "count": 1 + } +} \ No newline at end of file