We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cab48c commit 7a12d23Copy full SHA for 7a12d23
src/main/java/mekanism/common/recipe/lookup/cache/type/ComponentSensitiveInputCache.java
@@ -41,7 +41,7 @@ public void clear() {
41
*/
42
@Override
43
public boolean contains(INPUT input) {
44
- return componentInputCache.containsKey(input) || super.contains(input);
+ return super.contains(input) || componentInputCache.containsKey(input);
45
}
46
47
/**
0 commit comments