From 96a4bda0bf1eae45f5b327825aec635000158d36 Mon Sep 17 00:00:00 2001 From: D_mon <82187465+Amsg-Two@users.noreply.github.com> Date: Thu, 17 Mar 2022 14:37:30 -0500 Subject: [PATCH] smithing recipe --- src/main/resources/data/shitmod/recipes/diamond_shovel.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/main/resources/data/shitmod/recipes/diamond_shovel.json diff --git a/src/main/resources/data/shitmod/recipes/diamond_shovel.json b/src/main/resources/data/shitmod/recipes/diamond_shovel.json new file mode 100644 index 0000000..a1caee1 --- /dev/null +++ b/src/main/resources/data/shitmod/recipes/diamond_shovel.json @@ -0,0 +1,6 @@ +{ + "type": "minecraft:smithing", + "base": {"item":"minecraft:iron_shovel"}, + "addition": {"item":"minecraft:diamond"}, + "result": {"item":"minecraft:diamond_shovel"} +}