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_lantern_create.json
2024-05-26 10:09:53 +02:00

20 lines
371 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
"X#X",
"XXX"
],
"key": {
"#": {
"item": "minecraft:torch"
},
"X": {
"item": "create:copper_nugget"
}
},
"result": {
"item": "extendedcopper:copper_lantern",
"count": 1
}
}