Started by
Goldorion
on
Topic category: Help with Minecraft modding (Java Edition)
Hi !
I've downloaded the snapshot, and there is a new mod element cllaed Tag. When I try to use it, I can't give a "name", so how do the tag element work ?
Edited by Goldorion on Sun, 11/10/2019 - 17:19
It's basically making a variable and putting blocks or items in it to make them have the tag.
that you put
Klemen said that he'll make a list of all the tags
Tags replaced ore dictionary. Take a read here: https://minecraft.gamepedia.com/Tag
Actually there is a list on this page too.
Ok thanks ^^
What happens to the tag element if you switch from 1.14.4 to 1.12.2
It is converted to ore dictionary entry. Ore dict entries look like oreDictEntiry, while tags should be like ore/dict/entry.
One workaround is to use names like oredictentry and it should work with both.
Tags need to be all lowercase
So what I suggested here (https://mcreator.net/tracker/issue/41492) actually gets added in 1.14 XD
Actually yes, it is now vanilla feature to tag elements of the game :D