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