Objects with WILD_CARD meta data will not always return the lowest energy value from the EnergyValueRegistry
pahimar opened this issue ยท 0 comments
Old code:
ItemStacks with a WILDCARD_VALUE meta value would match ItemStack in the energy value map, and return the first value it finds (which may not be the lowest value). This would cause objects to have incorrect energy values computed for them (higher than they should)