This repository has been archived on 2025-09-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
create-expandedcopper-compat/data/crafting/recipes/copper_chain_create.json
2024-05-26 10:09:53 +02:00

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
}
}