21 lines
332 B
JSON
21 lines
332 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "misc",
|
|
"key": {
|
|
"D": {
|
|
"item": "minecraft:diamond_block"
|
|
},
|
|
"A": {
|
|
"item": "numismatics:ancient_coin"
|
|
}
|
|
},
|
|
"pattern": [
|
|
" DA",
|
|
"DAD",
|
|
"AD "
|
|
],
|
|
"result": {
|
|
"item": "rehooked:diamond_chain"
|
|
},
|
|
"show_notification": true
|
|
} |