addition of standard recipes
This commit is contained in:
parent
5a3510873b
commit
273de51797
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "glowstonewire:glowstone_dust"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:glowstone"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" # ",
|
||||
"#X#",
|
||||
" # "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "glowstonewire:glowstone_dust"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:arrow"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:spectral_arrow",
|
||||
"count": 2
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue