Fix filters ignoring 'respect data' option

This commit is contained in:
VoidLeech 2024-04-24 16:25:36 +02:00
parent d66170c8fe
commit 12bf210f55
No known key found for this signature in database

View file

@ -128,7 +128,7 @@ public class FilterItemStack {
containedItems.add(FilterItemStack.of(stackInSlot));
}
shouldRespectNBT = !defaults ? false
shouldRespectNBT = defaults ? false
: filter.getTag()
.getBoolean("RespectNBT");
isBlacklist = defaults ? false