After creating 2 tags with the same list of items, EMI will only show one of them when you view the recipe that contains them.
TheDreamsCreator opened this issue ยท 2 comments
1.Introduction
-
Recently I've been experimenting with adding missing recipes to the ExtraDelight using Kubejs.
-
However, when I added two tags missing from the recipe to mutton and mutton chops, I found that the EMI recipe showed only one of the tags. (1.#forge:mutton/ribs 2.#forge:goat/stew)
-
It appears that one of the tags overrides the other's EMI recipe display.
-
After I removed one of the tags (forge:goat/stew), it was like this...
- Perhaps because they contain the same list of items? O.o
By the way, Minecraft is version 1.19.2, Forge version 43.3.8, and EMI version 1.1.6+.
This is intentional, EMI cannot display the underlying tag because the network protocol erases it and only sends a list of items. EMI assumes a tag based on contents, and because having tags with identical contents are not distinguishable, it will pick one based on a handful of heuristics to use.