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 bd4e0a4 commit f528df5Copy full SHA for f528df5
src/main/java/gregtech/common/metatileentities/storage/CraftingRecipeLogic.java
@@ -394,7 +394,6 @@ public boolean handleCacheMiss(ItemStack stack) {
394
if (curStack.isEmpty()) continue;
395
396
if (this.strategy.equals(stack, curStack)) {
397
- // container items like buckets or tools might need special behavior maybe?
398
var slots = this.stackLookupMap.computeIfAbsent(stack.copy(), k -> new IntArraySet());
399
if (slots.add(i)) return true;
400
}
0 commit comments