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": "techreborn:silicon_plate"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"item": "c:electrum_ingot",
|
"tag": "c:electrum_ingot"
|
||||||
"count": 2
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"A": {
|
"A": {
|
||||||
"item": "c:lead_plate"
|
"tag": "c:lead_plate"
|
||||||
},
|
},
|
||||||
"G": {
|
"G": {
|
||||||
"item": "minecraft:glass"
|
"item": "minecraft:glass"
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"A": {
|
"A": {
|
||||||
"item": "c:lead_plate"
|
"tag": "c:lead_plate"
|
||||||
},
|
},
|
||||||
"G": {
|
"G": {
|
||||||
"item": "minecraft:glass"
|
"item": "minecraft:glass"
|
||||||
|
|
Loading…
Reference in a new issue