Frinn38 / Custom-Machinery

A Minecraft Mod about creating custom machines that works
GNU Lesser General Public License v3.0
45 stars 17 forks source link

There Is a way to make an item requirement with a tag instead of an item? #99

Closed ArnauGames closed 1 year ago

Frinn38 commented 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.