mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 15:34:57 +00:00
28 lines
544 B
JSON
Vendored
28 lines
544 B
JSON
Vendored
{
|
|
"format_version": "1.16",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:chain"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"N",
|
|
"G",
|
|
"N"
|
|
],
|
|
"key": {
|
|
"N": {
|
|
"item": "iron_nugget"
|
|
},
|
|
"G": {
|
|
"item": "iron_ingot"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "chain",
|
|
"count": 1
|
|
}
|
|
}
|
|
} |