add c:workbench

to include compat for byg, betterx and other mods with added crafting tables
This commit is contained in:
xanthian 2022-03-01 12:35:29 +00:00 committed by GitHub
parent c72f519248
commit 89e0c6b0cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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