19 lines
252 B
JSON
19 lines
252 B
JSON
{
|
|
"type": "crafting_shaped",
|
|
"pattern": [
|
|
"XX",
|
|
"X#",
|
|
" #"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:stick"
|
|
},
|
|
"X": {
|
|
"item": "minecraft:diamond"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:diamond_axe"
|
|
}
|
|
} |