mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-14 16:26:35 +01:00
Quick bucks
- Fixed a merge error causing container items to be added to basin outputs twice
This commit is contained in:
parent
1b76b147b1
commit
3698b4473a
1 changed files with 0 additions and 3 deletions
|
@ -106,9 +106,6 @@ public class BasinRecipe extends ProcessingRecipe<SmartInventory> {
|
||||||
continue Ingredients;
|
continue Ingredients;
|
||||||
if (!simulate)
|
if (!simulate)
|
||||||
availableItems.extractItem(slot, 1, false);
|
availableItems.extractItem(slot, 1, false);
|
||||||
else if (extracted.hasCraftingRemainingItem())
|
|
||||||
recipeOutputItems.add(extracted.getCraftingRemainingItem()
|
|
||||||
.copy());
|
|
||||||
extractedItemsFromSlot[slot]++;
|
extractedItemsFromSlot[slot]++;
|
||||||
continue Ingredients;
|
continue Ingredients;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue