mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-13 05:54:17 +01:00
Unswap parameters to make sense
This commit is contained in:
parent
aa102dfabd
commit
0fa0bbaf5d
@ -201,7 +201,7 @@ public class FilterItem extends Item implements MenuProvider {
|
|||||||
return true;
|
return true;
|
||||||
|
|
||||||
if (!(filter.getItem() instanceof FilterItem))
|
if (!(filter.getItem() instanceof FilterItem))
|
||||||
return testDirect(stack, filter, matchNBT);
|
return testDirect(filter, stack, matchNBT);
|
||||||
|
|
||||||
boolean defaults = !filter.hasTag();
|
boolean defaults = !filter.hasTag();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user