From bfa05cf674352b89ce27e043643ae23b9060e2b4 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sat, 4 Jan 2025 12:31:27 -0600 Subject: [PATCH] added tacz ammo recipes --- .../data/tacz/recipes/ammo/556x45.json | 22 +++++++++++++++++++ .../tacz-ammo-recipes/pack.mcmeta | 6 +++++ 2 files changed, 28 insertions(+) create mode 100755 akanealw_custom_datapacks/tacz-ammo-recipes/data/tacz/recipes/ammo/556x45.json create mode 100755 akanealw_custom_datapacks/tacz-ammo-recipes/pack.mcmeta diff --git a/akanealw_custom_datapacks/tacz-ammo-recipes/data/tacz/recipes/ammo/556x45.json b/akanealw_custom_datapacks/tacz-ammo-recipes/data/tacz/recipes/ammo/556x45.json new file mode 100755 index 0000000..cf3d2a9 --- /dev/null +++ b/akanealw_custom_datapacks/tacz-ammo-recipes/data/tacz/recipes/ammo/556x45.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "materials": [ + { + "item": { + "tag": "forge:ingots/copper" + }, + "count": 15 + }, + { + "item": { + "tag": "forge:gunpowder" + }, + "count": 3 + } + ], + "result": { + "type": "ammo", + "id": "tacz:556x45", + "count": 60 + } +} \ No newline at end of file diff --git a/akanealw_custom_datapacks/tacz-ammo-recipes/pack.mcmeta b/akanealw_custom_datapacks/tacz-ammo-recipes/pack.mcmeta new file mode 100755 index 0000000..2892a55 --- /dev/null +++ b/akanealw_custom_datapacks/tacz-ammo-recipes/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "tacz ammo recipes" + } +} \ No newline at end of file