Fix dupe bug with buggy recipes that have a bigger itemstack size requirement
This commit is contained in:
@@ -242,7 +242,7 @@ public class TileGrid extends TileNode implements IGrid {
|
|||||||
ItemStack took = RefinedStorageUtils.extractItem(network, possibility, 1);
|
ItemStack took = RefinedStorageUtils.extractItem(network, possibility, 1);
|
||||||
|
|
||||||
if (took != null) {
|
if (took != null) {
|
||||||
matrix.setInventorySlotContents(i, possibility);
|
matrix.setInventorySlotContents(i, took);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user