EMI

EMI

1M Downloads

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

commented

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.
    2024-08-10_23 31 34
    2024-08-11_00 56 46
    2024-08-11_00 56 37

  • After I removed one of the tags (forge:goat/stew), it was like this...

2024-08-10_23 55 45
2024-08-11_00 53 44
2024-08-11_00 27 52

  • Perhaps because they contain the same list of items? O.o
commented

By the way, Minecraft is version 1.19.2, Forge version 43.3.8, and EMI version 1.1.6+.

commented

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.