# Dependencies > Required and optional dependencies for ML Recycler Category: RECYCLER · Source: https://miciomods.it/docs/ml-recycler-dependencies · Last updated: 2026-06-10 ## Required - [ml_bridge](https://portal.cfx.re): Framework abstraction, inventory operations, target system, notifications, logging - [ox_lib](https://github.com/overextended/ox_lib): Callbacks, zones, points, progress bars - [oxmysql](https://github.com/overextended/oxmysql): Database driver for recycler state, slots, and upgrades ## Framework **QBCore** **server.cfg** ```cfg ensure qb-core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_recycler ``` **QBox** **server.cfg** ```cfg ensure qbx_core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_recycler ``` **ESX** **server.cfg** ```cfg ensure es_extended ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_recycler ``` **Standalone** **server.cfg** ```cfg ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_recycler ``` > **INFO:** Auto Detection > > `ml_bridge` detects your framework automatically. No manual setup. ## Optional ### Fuel - ml_fuel: Refuel with reusable jerrycans. With `Config.Fuel.mlFuel.enabled`, an item carrying `fuelAmount` and `fuelType` metadata is kept and only emptied, never consumed ### Progression - ml_skills: Award XP through the recycler event hooks. See the Developer page for the hook list ### Survival - ml_zombies: Zombie noise integration. A running machine attracts zombies within a configurable radius, reduced by the silencer kit upgrade ### Audio - [xsound](https://github.com/Starter2k/xSound): 3D ambient loop while the machine runs. Without it the machine is silent. Toggle with Config.Features.ambientSounds.