Fix a glitch
This commit is contained in:
@@ -98,6 +98,7 @@ public class HardDriveContainerBlockEntity extends LootableContainerBlockEntity
|
||||
totalSlots += drive.getMaxItems();
|
||||
availableSlots += drive.getAvailableItems();
|
||||
usedSlots += drive.getUsedItems();
|
||||
drive.loadComponents();
|
||||
drives.add(drive);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user