Initial commit

This commit is contained in:
ChaoticByte 2024-05-26 10:09:53 +02:00
commit 92785e88ab
No known key found for this signature in database
8 changed files with 137 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "create:copper_nugget"
}
],
"result": {
"item": "extendedcopper:copper_button",
"count": 1
}
}