Fix electric tree tap recipe. Closes #1756

This commit is contained in:
modmuss50 2019-08-08 12:33:09 +01:00
parent 7217e84358
commit 74dd0f0be6

View file

@ -1,19 +1,17 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"pattern": [ "pattern": [
"TB ", "TB"
" ", ],
"T " "key": {
], "T": {
"key": { "item": "techreborn:treetap"
"T": { },
"item": "techreborn:treetap" "B": {
}, "item": "techreborn:red_cell_battery"
"B": { }
"item": "techreborn:red_cell_battery" },
} "result": {
}, "item": "techreborn:electric_treetap"
"result": { }
"item": "techreborn:electric_treetap"
}
} }