18 lines
274 B
JSON
18 lines
274 B
JSON
|
|
{
|
||
|
|
"type": "minecraft:crafting_shaped",
|
||
|
|
"category":"equipment",
|
||
|
|
"pattern": [
|
||
|
|
" 11",
|
||
|
|
" 21",
|
||
|
|
" 2 "
|
||
|
|
],
|
||
|
|
"key": {
|
||
|
|
"1":{"item":"minecraft:copper_ingot"},
|
||
|
|
"2":{"item":"minecraft:stick"}
|
||
|
|
},
|
||
|
|
"result": {
|
||
|
|
"item":"minecraft:stone_axe"
|
||
|
|
},
|
||
|
|
"show_notification":true
|
||
|
|
}
|