remove dispenser recipe
This commit is contained in:
parent
1ce53443cb
commit
e8622b618f
|
@ -1,22 +0,0 @@
|
||||||
{
|
|
||||||
"type": "crafting_shaped",
|
|
||||||
"pattern": [
|
|
||||||
" #X",
|
|
||||||
"#IX",
|
|
||||||
" #X"
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"#": {
|
|
||||||
"item": "minecraft:stick"
|
|
||||||
},
|
|
||||||
"X": {
|
|
||||||
"item": "minecraft:string"
|
|
||||||
},
|
|
||||||
"I": {
|
|
||||||
"item": "minecraft:dropper"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "minecraft:dispenser"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue