19 lines
315 B
JSON
19 lines
315 B
JSON
|
|
{
|
||
|
|
"type": "minecraft:crafting_shaped",
|
||
|
|
"category":"equipment",
|
||
|
|
"pattern": [
|
||
|
|
"121",
|
||
|
|
" 3 ",
|
||
|
|
" 3 "
|
||
|
|
],
|
||
|
|
"key": {
|
||
|
|
"1":{"item":"minecraft:diamond"},
|
||
|
|
"2":{"item":"minecraft:magma_cream"},
|
||
|
|
"3":{"item":"minecraft:stick"}
|
||
|
|
},
|
||
|
|
"result": {
|
||
|
|
"item":"minecraft:diamond_pickaxe"
|
||
|
|
},
|
||
|
|
"show_notification":true
|
||
|
|
}
|