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