[Bug] Missing chance display in Bee Product JEI panel
ccpemily opened this issue ยท 5 comments
Mapping the original hashmap to a new Object2FloatOpenHashMap<Item> would resolve this problem(Item is strictly singleton), but I do not know if there is a better solution or if my solution have any performance impact on gui rendering
For example, if a bee produces exactly 1 comb at 20% and same 1 comb at 10%, it is legal, but the Item -> Float mapping will confuse
Good catch. I thought it was a JEI issue at first since one of my other mods had the problem, but this is clearly on me.
Good catch. I thought it was a JEI issue at first since one of my other mods had the problem, but this is clearly on me.
Since it has such problem I mentioned above, I think it's not suitable for directly throw a PR to you, maybe require a later discuss on DC