Replaced crafting_table with c:workbench, thanks to Xanthian
This commit is contained in:
commit
ad9fb6ca28
2 changed files with 6 additions and 2 deletions
4
src/main/resources/data/c/tags/items/workbench
Normal file
4
src/main/resources/data/c/tags/items/workbench
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": ["minecraft:crafting_table"]
|
||||||
|
}
|
|
@ -10,7 +10,7 @@
|
||||||
"tag": "c:iron_plates"
|
"tag": "c:iron_plates"
|
||||||
},
|
},
|
||||||
"C": {
|
"C": {
|
||||||
"item": "minecraft:crafting_table"
|
"tag": "c:workbench"
|
||||||
},
|
},
|
||||||
"M": {
|
"M": {
|
||||||
"item": "techreborn:advanced_circuit"
|
"item": "techreborn:advanced_circuit"
|
||||||
|
|
Loading…
Reference in a new issue