also check NBT of an item

This commit is contained in:
Raoul Van den Berge
2015-12-13 23:24:12 +01:00
parent 04cbbb105f
commit 62cca754a3
7 changed files with 82 additions and 27 deletions

View File

@@ -24,7 +24,7 @@ public class SlotDrive extends SlotItemFilter {
super.onSlotChanged();
if (drive.isConnected()) {
drive.getController().storageSync();
drive.getController().syncStorage();
}
}
}