Disable extracting invisible items from Storage Buses altogether
Reverts d82cdabc6d, closes #408
Allows Cells to report/extract lingering unpartitioned items
This commit is contained in:
@@ -218,11 +218,7 @@ public class ContainerCraftConfirm extends AEBaseContainer {
|
||||
IAEItemStack m = null;
|
||||
if (c != null && this.result.isSimulation()) {
|
||||
m = o.copy();
|
||||
if (items.getStorageList().findPrecise(o) != null) {
|
||||
o = items.extractItems(o, Actionable.SIMULATE, this.getActionSource());
|
||||
} else {
|
||||
o = null;
|
||||
}
|
||||
o = items.extractItems(o, Actionable.SIMULATE, this.getActionSource());
|
||||
|
||||
if (o == null) {
|
||||
o = m.copy();
|
||||
|
||||
Reference in New Issue
Block a user