[Suggestion] Add holding entity to `ItemTemptingSensor` predicate or make a similar behavior with it
Closed this issue ยท 1 comments
thomasglasser commented
Easy as switching the BiPredicate<E, ItemStack> to a TriPredicate<E, Player, ItemStack> or a BiPredicate<E, Player> since u can check hands contents yourself