if(MainProxy.isServer(this.getWorld())) {
for (int i = 0; i < this.getChassiSize(); i++){
LogisticsModule x = _module.getSubModule(i);
if (x instanceof ILegacyActiveModule) {
ILegacyActiveModule y = (ILegacyActiveModule)x;
y.onBlockRemoval();
}
}
for(int i=0;i<_moduleInventory.getSizeInventory();i++) {
ItemIdentifierStack ms = _moduleInventory.getIDStackInSlot(i);
if(ms != null) {