26 lines
441 B
JSON
26 lines
441 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "misc",
|
|
"key": {
|
|
"C": {
|
|
"item": "minecraft:chain"
|
|
},
|
|
"N": {
|
|
"item": "numismatics:neptunium_coin"
|
|
},
|
|
"H": {
|
|
"item": "rehooked:wood_hook"
|
|
},
|
|
"I": {
|
|
"tag": "forge:ingots/iron"
|
|
}
|
|
},
|
|
"pattern": ["IIN",
|
|
" HI",
|
|
"C I"],
|
|
"result": {
|
|
"item": "rehooked:iron_hook"
|
|
},
|
|
"show_notification": true
|
|
}
|