Closed BPR02 closed 3 months ago
Why use an entity predicate instead of just modifying the existing if items entity @s contents *[custom_name] ...
to use name_tag[custom_name]
?
I don't know the performance difference, but I figure one item check is better than two? Unless maybe not selecting as many entities is worth it?
The entity predicate already existed and it was the first way to fix it that came to mind. Not sure which one's better.
Fixes #1026