Added diamond paxel recipe

This commit is contained in:
patience 2025-11-04 17:06:05 +00:00
parent a363f50b47
commit b6a95bb1df
No known key found for this signature in database

View file

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