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,20 @@
{
"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
}
}