mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-14 01:43:46 +01:00
Unswap parameters to make sense
This commit is contained in:
parent
aa102dfabd
commit
0fa0bbaf5d
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ public class FilterItem extends Item implements MenuProvider {
|
|||
return true;
|
||||
|
||||
if (!(filter.getItem() instanceof FilterItem))
|
||||
return testDirect(stack, filter, matchNBT);
|
||||
return testDirect(filter, stack, matchNBT);
|
||||
|
||||
boolean defaults = !filter.hasTag();
|
||||
|
||||
|
|
Loading…
Reference in a new issue