diff --git a/src/main/resources/data/superbwarfare/recipe/electric_baton_crafting.json b/src/main/resources/data/superbwarfare/recipe/electric_baton_crafting.json new file mode 100644 index 000000000..1bf7b4489 --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipe/electric_baton_crafting.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + " a", + " b ", + "c " + ], + "key": { + "a": { + "item": "minecraft:lightning_rod" + }, + "b": { + "item": "superbwarfare:battery" + }, + "c": { + "tag": "forge:ingots/steel" + } + }, + "result": { + "id": "superbwarfare:electric_baton", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/superbwarfare/recipe/t_baton_crafting.json b/src/main/resources/data/superbwarfare/recipe/t_baton_crafting.json new file mode 100644 index 000000000..46c918fbe --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipe/t_baton_crafting.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + " a", + " a ", + "ac " + ], + "key": { + "a": { + "item": "minecraft:iron_ingot" + }, + "c": { + "tag": "forge:ingots/steel" + } + }, + "result": { + "id": "superbwarfare:t_baton", + "count": 1 + } +} \ No newline at end of file