mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +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;
|
||||
|
||||
if (!(filter.getItem() instanceof FilterItem))
|
||||
return testDirect(stack, filter, matchNBT);
|
||||
return testDirect(filter, stack, matchNBT);
|
||||
|
||||
boolean defaults = !filter.hasTag();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user