diff --git a/data/paxelsfordummies/recipes/diamond_paxel.json b/data/paxelsfordummies/recipes/diamond_paxel.json new file mode 100644 index 0000000..94be266 --- /dev/null +++ b/data/paxelsfordummies/recipes/diamond_paxel.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#*#", + "#/#", + " / " + ], + "key": { + "#": { + "item": "minecraft:diamond" + }, + "*": { + "item": "minecraft:netherite_ingot" + }, + "/": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "paxelsfordummies:diamond_paxel" + } +}