mc_rebalance_datapack/data/paxelsfordummies/recipes/golden_paxel.json

23 lines
329 B
JSON
Raw Permalink Normal View History

2025-09-06 22:56:01 +00:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#*#",
"#/#",
" / "
],
"key": {
"#": {
"item": "minecraft:gold_ingot"
},
"*": {
"item": "minecraft:diamond"
},
"/": {
"item": "minecraft:stick"
}
},
"result": {
"item": "paxelsfordummies:golden_paxel"
}
}