18 lines
280 B
JSON
18 lines
280 B
JSON
|
|
{
|
||
|
|
"type": "minecraft:crafting_shaped",
|
||
|
|
"category":"equipment",
|
||
|
|
"pattern": [
|
||
|
|
" 2 ",
|
||
|
|
"111",
|
||
|
|
"1 1"
|
||
|
|
],
|
||
|
|
"key": {
|
||
|
|
"1":{"item":"minecraft:diamond"},
|
||
|
|
"2":{"item":"minecraft:magma_cream"}
|
||
|
|
},
|
||
|
|
"result": {
|
||
|
|
"item":"minecraft:diamond_helmet"
|
||
|
|
},
|
||
|
|
"show_notification":true
|
||
|
|
}
|