
Missing support for `Inventory.contains(Predicate<ItemStack>)`
EnnuiL opened this issue ยท 2 comments
Hello,
Currently, Ok Zoomer needs extra code in order to explicitly support Accessories, however, it doesn't have to be this way;
While the other two contains
methods are supported natively by the mod, the predicate-based contains
(named hasAnyMatching
in 1.20.1) doesn't have that same support, which on Curios' side was confirmed to be an oversight;
It would be nice if this vanilla method was supported on Accessories itself so that I could delete the compat code and trust the mod; I would send a PR, but I need to minimize the amount of work I do right now