> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/xdiskjockey/inventory/ox_inventory.md).

# ox\_inventory

***

### ox\_inventory

#### Configuration

In config.lua look for option `Config.ox_inv` and set the value to `true`\
The final result should look like this: `Config.ox_inv = true`

#### Item List

{% code overflow="wrap" lineNumbers="true" %}

```lua
['mixer'] = {
    label = 'mixer',
    weight = 1000,
    close = true,
    consume = 0,
    client = {},
    server = {
        export = 'xdiskjockey.mixer',
    },
},
```

{% endcode %}

### Images

Image is provided in \[xdj].pack.zip, the image is called mixer.png

***
