Fixes #42
This commit is contained in:
@@ -404,7 +404,7 @@ public class TileController extends TileBase implements IEnergyReceiver, ISynchr
|
|||||||
ItemStack newStack = null;
|
ItemStack newStack = null;
|
||||||
|
|
||||||
for (IStorage storage : storages) {
|
for (IStorage storage : storages) {
|
||||||
ItemStack took = storage.take(stack, requested, flags);
|
ItemStack took = storage.take(stack, requested - received, flags);
|
||||||
|
|
||||||
if (took != null) {
|
if (took != null) {
|
||||||
if (newStack == null) {
|
if (newStack == null) {
|
||||||
|
Reference in New Issue
Block a user