mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 14:34:16 +01:00
Fix filters ignoring 'respect data' option
This commit is contained in:
parent
d66170c8fe
commit
12bf210f55
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user