Resource items not quite tagged correctly
RCXcrafter opened this issue ยท 0 comments
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:
- Launch game
- 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.