remove 1.4.7 auto workbench loading code - why was this still here?

This commit is contained in:
asiekierka 2015-10-16 09:11:23 +02:00
parent 5481d14f25
commit 394c7c33f4

View file

@ -255,15 +255,6 @@ public class TileAutoWorkbench extends TileBuildCraft implements ISidedInventory
}
craftMatrix.rebuildCache();
// Legacy Code
if (data.hasKey("stackList")) {
ItemStack[] stacks = new ItemStack[9];
InvUtils.readStacksFromNBT(data, "stackList", stacks);
for (int i = 0; i < 9; i++) {
craftMatrix.setInventorySlotContents(i, stacks[i]);
}
}
}
@Override