Started by
SoarL
on
Topic category: Help with MCreator software
I'm trying to make a tag so I don't have to make hundreds of recipes.
My tag name is loggin:sturdysticks but it says invalid. I read another post about this topic telling me to use my mod id before I put the name of the tag, but that doesn't work. I know it's the colon, but I do not know what other symbol to use for the software to tell the difference between the name and the id.
I also tried just with the name: sturdysticks, the namespace: mod, and the tag type: items
Try to use forge type tag instead of mod type tag,
for example if you name your tag "test" you can access it with procedure like that : forge:test
keep in mind that you cannot change the tag name after creation.