Fixed usage of tags in updated recipes
This commit is contained in:
parent
58f48c44c9
commit
4a85c25b49
3 changed files with 3 additions and 4 deletions
|
@ -7,8 +7,7 @@
|
|||
"item": "techreborn:silicon_plate"
|
||||
},
|
||||
{
|
||||
"item": "c:electrum_ingot",
|
||||
"count": 2
|
||||
"tag": "c:electrum_ingot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "c:lead_plate"
|
||||
"tag": "c:lead_plate"
|
||||
},
|
||||
"G": {
|
||||
"item": "minecraft:glass"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "c:lead_plate"
|
||||
"tag": "c:lead_plate"
|
||||
},
|
||||
"G": {
|
||||
"item": "minecraft:glass"
|
||||
|
|
Loading…
Reference in a new issue