Started by
Mr_Arrhythmia
on
Topic category: Troubleshooting, bugs, and solutions
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?
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.
wait so if I used skyforged:tags/blocks/acropolis_stone for a block-set from my mod would that work?