Initial commit
This commit is contained in:
commit
92785e88ab
8 changed files with 137 additions and 0 deletions
20
data/crafting/recipes/copper_lantern_create.json
Normal file
20
data/crafting/recipes/copper_lantern_create.json
Normal 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
|
||||
}
|
||||
}
|
Reference in a new issue