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_button_create.json

13 lines
228 B
JSON
Raw Permalink Normal View History

2024-05-26 10:09:53 +02:00
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "create:copper_nugget"
}
],
"result": {
"item": "extendedcopper:copper_button",
"count": 1
}
}