From ea2d977f64b5c986c11d5483f81d7d0ae3f3e93a Mon Sep 17 00:00:00 2001 From: akanealw Date: Sat, 4 Jan 2025 13:02:13 -0600 Subject: [PATCH] testing ammo recipe --- .../data/tacz/recipes/ammo/556x45.json | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) 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 index cf3d2a9..eebf8ea 100755 --- 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 @@ -1,17 +1,12 @@ { "type": "minecraft:crafting_shapeless", - "materials": [ + "category": "misc", + "ingredients": [ { - "item": { - "tag": "forge:ingots/copper" - }, - "count": 15 + "item": "minecraft:copper_ingot" }, { - "item": { - "tag": "forge:gunpowder" - }, - "count": 3 + "item": "minecraft:gunpowder" } ], "result": { @@ -19,4 +14,4 @@ "id": "tacz:556x45", "count": 60 } -} \ No newline at end of file +}