From d2f1f18d307a614d8545d1f8a348d67656d7dff2 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sat, 4 Jan 2025 14:01:03 -0600 Subject: [PATCH] removed tacz ammo recipe for now --- .../data/tacz/recipes/ammo/556x45.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 akanealw_custom_datapacks/tacz-ammo-recipes/data/tacz/recipes/ammo/556x45.json 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 deleted file mode 100755 index eebf8ea..0000000 --- a/akanealw_custom_datapacks/tacz-ammo-recipes/data/tacz/recipes/ammo/556x45.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "category": "misc", - "ingredients": [ - { - "item": "minecraft:copper_ingot" - }, - { - "item": "minecraft:gunpowder" - } - ], - "result": { - "type": "ammo", - "id": "tacz:556x45", - "count": 60 - } -}