remove dispenser recipe

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-05-24 02:22:42 +02:00
parent 1ce53443cb
commit e8622b618f
1 changed files with 0 additions and 22 deletions

View File

@ -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"
}
}