Update auto_crafting_table.json

This commit is contained in:
xanthian 2022-03-23 18:22:19 +00:00 committed by GitHub
parent 36fd7b5368
commit f1bb48ee57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,14 +9,9 @@
"P": { "P": {
"tag": "c:iron_plates" "tag": "c:iron_plates"
}, },
"C": [ "C": {
{
"tag": "c:workbench" "tag": "c:workbench"
}, },
{
"item":"minecraft:crafting_table"
}
],
"M": { "M": {
"item": "techreborn:advanced_circuit" "item": "techreborn:advanced_circuit"
} }
@ -24,4 +19,4 @@
"result": { "result": {
"item": "techreborn:auto_crafting_table" "item": "techreborn:auto_crafting_table"
} }
} }