VazkiiMods / Psi

Spellcrafting mod for Minecraft based around Vector math and stack-based processing
http://psi.vazkii.net
314 stars 89 forks source link

Resource items not quite tagged correctly #726

Closed RCXcrafter closed 2 years ago

RCXcrafter commented 3 years ago

Version Information

Forge version: 1.16.5 - 36.1.27 Psi version: 1.16-94

Further Information

Link to crash log: No crash. Steps to reproduce:

  1. Launch game
  2. Look at tags for psi resource items and blocks using some mod that shows tags or just look at the tag jsons from psi

What I expected to happen: The ingots are tagged as forge:ingots The psigem is tagged as forge:gems The storage blocks are tagged ad forge:storage_blocks

What happened instead: They are not tagged as mentioned above, instead they are only tagged as forge:ingots/psimetal or forge:storage_blocks/ivory_psimetal etc.
Whoever made the tags probably did not realize that forge does not search for the "/" character in tags to automatically add tags to items/blocks even though it would make sense for forge to do that.