How do the new Tag element work

Started by Goldorion on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 hours ago
Joined Aug 2016
Points:
3282

User statistics:

  • Modifications: 9
  • Forum topics: 63
  • Wiki pages: 20
  • MCreator plugins: 12
  • Comments: 2819
How do the new Tag element work
Sun, 11/10/2019 - 17:19 (edited)

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
Active 5 years ago
Joined Feb 2019
Points:
741

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 76
It's basically making a…
Sun, 11/10/2019 - 15:36

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

Active 3 hours ago
Joined Aug 2016
Points:
3282

User statistics:

  • Modifications: 9
  • Forum topics: 63
  • Wiki pages: 20
  • MCreator plugins: 12
  • Comments: 2819
Ok thanks ^^
Sun, 11/10/2019 - 18:24

Ok thanks ^^

Active 11 months ago
Joined Jun 2019
Points:
2605

User statistics:

  • Modifications: 4
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3319
What happens to the tag…
Tue, 11/12/2019 - 12:15

What happens to the tag element if you switch from 1.14.4 to 1.12.2

It is converted to ore…
Tue, 11/12/2019 - 12:48

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