Forge tags not working

Started by RedTShirtGamin… on

Topic category: Help with modding (Java Edition)

Last seen on 10:32, 7. Apr 2022
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Forge tags not working

Hi,

I'm making some recipes for my mod that use Steel. I've created a tag and set the namespace to Forge and the registry name to 'ingots/steel'. I got this from the Forge documentation but my recipe doesn't seem to work. I know that I'm making a recipe correctly because one of them that doesn't use and tags works. Does anyone know what I'm doing wrong? Thanks!

Last seen on 00:45, 16. Apr 2022
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Maybe you forgot to put …
Thu, 03/24/2022 - 22:18

Maybe you forgot to put "forge:" before your tag name in the recipe

Last seen on 10:32, 7. Apr 2022
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Glow Glow Glowsquid, I tried…
Wed, 03/30/2022 - 14:20

Glow Glow Glowsquid, I tried that and it didn't work :(