How to use 1.14.4 Tags in recipes?

Started by Hidan on

Topic category: Help with Minecraft modding (Java Edition)

Active 5 months ago
Joined Apr 2014
Points:
1223

User statistics:

  • Modifications: 2
  • Forum topics: 27
  • Wiki pages: 1
  • MCreator plugins: 0
  • Comments: 656
How to use 1.14.4 Tags in recipes?

Ok can someone enlight me with this?
I'm trying to add tag that contains 3 items to be used in my recipe so instead of making multiple recipes I would do one but with random items from my tag
however, this does not work for some reason :L

My setup looks like this:
alchemicalbottles
mod
item
[Item1, Item2, Item3]

than in recipe i input "alchemicalbottles" as my tag name

soo can someone tell me or correct me? 
thanks :)

You need to specify…
Wed, 01/29/2020 - 17:29

You need to specify namespace too, so that would be:

yourmodid:alchemicalbottles

Active 5 months ago
Joined Apr 2014
Points:
1223

User statistics:

  • Modifications: 2
  • Forum topics: 27
  • Wiki pages: 1
  • MCreator plugins: 0
  • Comments: 656
its working now thanks :D…
Wed, 01/29/2020 - 22:46

its working now thanks :D
also will there be use of tags as ammo for ranged items and limit stack input for CGUI?