From bd1ebdc57532984902db0641fd36bc0675b73af5 Mon Sep 17 00:00:00 2001
From: D_mon <82187465+Amsg-Two@users.noreply.github.com>
Date: Thu, 17 Mar 2022 14:52:56 -0500
Subject: [PATCH] smithing recipe

---
 .../resources/data/shitmod/recipes/gold_to_diamond_axe.json | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 src/main/resources/data/shitmod/recipes/gold_to_diamond_axe.json

diff --git a/src/main/resources/data/shitmod/recipes/gold_to_diamond_axe.json b/src/main/resources/data/shitmod/recipes/gold_to_diamond_axe.json
new file mode 100644
index 0000000..776ef80
--- /dev/null
+++ b/src/main/resources/data/shitmod/recipes/gold_to_diamond_axe.json
@@ -0,0 +1,6 @@
+{
+    "type": "minecraft:smithing",
+    "base": {"item":"minecraft:gold_axe"},
+    "addition": {"item":"minecraft:diamond"},
+    "result": {"item":"minecraft:diamond_axe"}
+}