# Dependencies > Required and optional dependencies for ML Radiation Category: RADIATION ZONES · Source: https://miciomods.it/docs/ml-radiation-dependencies · Last updated: 2026-07-05 ## Required - [ml_bridge](https://portal.cfx.re): Framework abstraction, inventory operations, notifications, item binding - [ox_lib](https://github.com/overextended/ox_lib): Commands, callbacks, zones, utilities - [oxmysql](https://github.com/overextended/oxmysql): Database driver for radiation persistence ## Framework **QBCore** **server.cfg** ```cfg ensure qb-core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_radiation ``` **QBox** **server.cfg** ```cfg ensure qbx_core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_radiation ``` **ESX** **server.cfg** ```cfg ensure es_extended ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_radiation ``` **Standalone** **server.cfg** ```cfg ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_radiation ``` > **INFO:** Auto Detection > > `ml_bridge` detects your framework automatically. No manual setup. ## Optional - [ml_healthsystem](https://portal.cfx.re): When present and `Config.HealthSystemIntegration = true`, radiation damage and visual effects are delegated to ml_healthsystem instead of being handled internally