24 lines
351 B
JSON
24 lines
351 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"group": "chipi",
|
|
"category": "misc",
|
|
"pattern": [
|
|
" XX",
|
|
" YX",
|
|
" Y "
|
|
],
|
|
"key": {
|
|
"X": {
|
|
"item": "chipi:chipper_ingot"
|
|
},
|
|
"Y": {
|
|
"item": "minecraft:stick"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "chipi:chipper_axe",
|
|
"count": 1
|
|
},
|
|
"show_notification": true
|
|
}
|