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": [
"XXX",
"X#X",
"XXX"
],
"key": {
"#": {
"item": "minecraft:torch"
},
"X": {
"item": "create:copper_nugget"
}
},
"result": {
"item": "extendedcopper:copper_lantern",
"count": 1
}
}