mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 20:45:10 +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
@ -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 New Issue
Block a user