20 lines
354 B
JSON
20 lines
354 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"N",
|
|
"I",
|
|
"N"
|
|
],
|
|
"key": {
|
|
"I": {
|
|
"item": "minecraft:copper_ingot"
|
|
},
|
|
"N": {
|
|
"item": "create:copper_nugget"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "extendedcopper:copper_chain",
|
|
"count": 1
|
|
}
|
|
}
|