Closed ArnauGames closed 1 year ago
For that kind of very simple question, please use the discord instead of the issue tracker. You can use a tag in an item requirement using "item": "#tag" for json recipes or .requireItemTag("#tag", amount) for CT and KJS recipes.
"item": "#tag"
.requireItemTag("#tag", amount)
For that kind of very simple question, please use the discord instead of the issue tracker. You can use a tag in an item requirement using
"item": "#tag"
for json recipes or.requireItemTag("#tag", amount)
for CT and KJS recipes.