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"} +}