Fix electric tree tap recipe. Closes #1756
This commit is contained in:
parent
7217e84358
commit
74dd0f0be6
1 changed files with 16 additions and 18 deletions
|
@ -1,19 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"TB ",
|
||||
" ",
|
||||
"T "
|
||||
],
|
||||
"key": {
|
||||
"T": {
|
||||
"item": "techreborn:treetap"
|
||||
},
|
||||
"B": {
|
||||
"item": "techreborn:red_cell_battery"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:electric_treetap"
|
||||
}
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"TB"
|
||||
],
|
||||
"key": {
|
||||
"T": {
|
||||
"item": "techreborn:treetap"
|
||||
},
|
||||
"B": {
|
||||
"item": "techreborn:red_cell_battery"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:electric_treetap"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue