add c:workbench
to include compat for byg, betterx and other mods with added crafting tables
This commit is contained in:
parent
c72f519248
commit
89e0c6b0cf
1 changed files with 7 additions and 2 deletions
|
@ -9,9 +9,14 @@
|
|||
"P": {
|
||||
"tag": "c:iron_plates"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:crafting_table"
|
||||
"C": [
|
||||
{
|
||||
"tag": "c:workbench"
|
||||
},
|
||||
{
|
||||
"item":"minecraft:crafting_table"
|
||||
}
|
||||
],
|
||||
"M": {
|
||||
"item": "techreborn:advanced_circuit"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue