23 lines
329 B
JSON
23 lines
329 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"#*#",
|
|
"#/#",
|
|
" / "
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:gold_ingot"
|
|
},
|
|
"*": {
|
|
"item": "minecraft:diamond"
|
|
},
|
|
"/": {
|
|
"item": "minecraft:stick"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "paxelsfordummies:golden_paxel"
|
|
}
|
|
}
|