Tags in recipes not working

Started by Mr_Arrhythmia on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 23:27, 21. Apr 2024
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Tags in recipes not working

My mod is called "OpenIndustry" (with the namespace "openindustry")

I have a tag called "reinforced_concrete"

When I put "openindustry:reinforced_concrete" into the tag name box in a recipe and try to craft the recipe in game (with what should be the right materials), there is no output.

I've looked at the wiki and all that and they all say that this is what I'm supposed to do. What am I doing wrong?

Last seen on 21:37, 17. Feb 2024
Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need to know the…
Tue, 05/02/2023 - 21:09

You need to know the registry name of the tags, try something like openindustry:items/reinforced_concrete or 

openindustry:tags/items/reinforced_concrete, as well as making sure your tag is a mod namespace tag, and is an item type tag.