make the specimen slot work and some small improvements

This commit is contained in:
Raoul Van den Berge
2015-12-18 12:31:37 +01:00
parent 9cd5f2487c
commit 4d5af85215
8 changed files with 74 additions and 26 deletions

View File

@@ -40,6 +40,7 @@ public class TileImporter extends TileMachine implements IInventory {
if (slot != null && canImport(slot)) {
if (getController().push(slot.copy())) {
connectedInventory.setInventorySlotContents(currentSlot, null);
connectedInventory.markDirty();
}
}