Skip to content

Commit f528df5

Browse files
committed
remove comment
1 parent bd4e0a4 commit f528df5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/gregtech/common/metatileentities/storage/CraftingRecipeLogic.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ public boolean handleCacheMiss(ItemStack stack) {
394394
if (curStack.isEmpty()) continue;
395395

396396
if (this.strategy.equals(stack, curStack)) {
397-
// container items like buckets or tools might need special behavior maybe?
398397
var slots = this.stackLookupMap.computeIfAbsent(stack.copy(), k -> new IntArraySet());
399398
if (slots.add(i)) return true;
400399
}

0 commit comments

Comments
 (0)