> For the complete documentation index, see [llms.txt](https://dragon-heart-studios.gitbook.io/dragonheartstudios/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dragon-heart-studios.gitbook.io/dragonheartstudios/scripts/dhs-brewsandwines/installation.md).

# Installation

### DEPENDENCIES

> **REQUIRED DEPENDENCIES**

| Type               | Resource                                              | Alternatives              | Download                                 |
| ------------------ | ----------------------------------------------------- | ------------------------- | ---------------------------------------- |
| Framework          | [Compatibility](/dragonheartstudios/compatibility.md) | <ul><li>NA</li></ul>      | (INCLUDED IN BRIDGE)                     |
| Bridge             | DHS-Bridge                                            | <ul><li>NA</li></ul>      | (INCLUDED IN KEYMA                       |
| Interaction System | [Compatibility](/dragonheartstudios/compatibility.md) | <ul><li>NA</li></ul>      | (INCLUDED IN BRIDGE)                     |
| Menu System        | <ul><li>ox\_lib</li></ul>                             | <ul><li>NA</li></ul>      | <https://github.com/overextended/ox_lib> |
| Input System       | <ul><li>ox\_lib</li></ul>                             | <ul><li>ox\_lib</li></ul> | <https://github.com/overextended/ox_lib> |
| Notify System      | [Compatibility](/dragonheartstudios/compatibility.md) | <ul><li>NA</li></ul>      | (INCLUDED IN BRIDGE)                     |
| Props              | <ul><li>BZZ Beehive Pack</li></ul>                    | <ul><li>NA</li></ul>      | <https://bzzz.tebex.io/package/5696199>  |

### RESOURCE INSTALLATION GUIDE

> **1) RESOURCE DOWNLOAD**

{% hint style="info" %}
Download your resource from [FiveM's Keymaster](https://keymaster.fivem.net/asset-grants).
{% endhint %}

***

> **2) ADD THE ITEMS**

{% tabs %}
{% tab title="ox\_inventory" %}

```lua
--DHS-BrewsAndWines
    ['queen_bee'] = {
        label = 'Queen Bee',
        weight = 100,
        stack = true,
        close = true,
        description = 'A Queen Bee',
        client = {
            image = 'queenbee.png'
        }
    },
    ['worker_bee'] = {
        label = 'Worker Bee',
        weight = 100,
        stack = true,
        close = true,
        description = 'A Worker Bee',
        client = {
            image = 'workerbee.png'
        }
    },
    ['bee_hive_mk1'] = {
        label = 'Bee Hive Mk1',
        weight = 100,
        stack = true,
        close = true,
        description = 'Bee Hive Mk1',
        client = {
            image = 'beehive_mk1.png'
        }
    },
    ['bee_hive_mk2'] = {
        label = 'Bee Hive Mk2',
        weight = 100,
        stack = true,
        close = true,
        description = 'Bee Hive Mk2',
        client = {
            image = 'beehive_mk2.png'
        }
    },
    ['empty_jar'] = {
        label = 'Empty Jar',
        weight = 100,
        stack = true,
        close = true,
        description = 'Empty Jar',
        client = {
            image = 'empty_jar.png'
        }
    },
    ['jar_of_honey'] = {
        label = 'Jar of Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Honey',
        client = {
            image = 'jar_of_honey.png'
        }
    },
    -- Only Use if You dont want to use the metadata for honey
    ['jar_of_floral_honey'] = {
        label = 'Jar of Floral Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Floral Honey',
        client = {
            image = 'jar_of_honey.png'
        }
    },
    -- Only Use if You dont want to use the metadata for honey
    ['jar_of_spiced_honey'] = {
        label = 'Jar of Spiced Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Spiced Honey',
        client = {
            image = 'jar_of_honey.png'
        }
    },
    -- Only Use if You dont want to use the metadata for honey
    ['jar_of_grape_infused_honey'] = {
        label = 'Jar of Grape Infused Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Grape Infused Honey',
        client = {
            image = 'jar_of_honey.png'
        }
    },
    -- Only Use if You dont want to use the metadata for honey
    ['jar_of_moonlight_honey'] = {
        label = 'Jar of Moonlight Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Moonlight Honey',
        client = {
            image = 'jar_of_honey.png'
        }
    },
    -- Only Use if You dont want to use the metadata for honey
    ['jar_of_smoked_honey'] = {
        label = 'Jar of Smoked Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Smoked Honey',
        client = {
            image = 'jar_of_honey.png'
        }
    },
    -- Only Use if You dont want to use the metadata for honey
    ['jar_of_resin_honey'] = {
        label = 'Jar of Resin Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Resin Honey',
        client = {
            image = 'jar_of_honey.png'
        }
    },
    -- Only Use if You dont want to use the metadata for honey
    ['jar_of_golden_honey'] = {
        label = 'Jar of Golden Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Golden Honey',
        client = {
            image = 'jar_of_honey.png'
        }
    },
    -- Only Use if You dont want to use the metadata for honey
    ['jar_of_floral_golden_honey'] = {
        label = 'Jar of Floral Golden Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Floral Golden Honey',
        client = {
            image = 'jar_of_honey.png'
        }
    },
    -- Only Use if You dont want to use the metadata for honey
    ['jar_of_spiced_golden_honey'] = {
        label = 'Jar of Spiced Golden Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Spiced Golden Honey',
        client = {
            image = 'jar_of_honey.png'
        }
    },
    -- Only Use if You dont want to use the metadata for honey
    ['jar_of_grape_infused_golden_honey'] = {
        label = 'Jar of Grape Infused Golden Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Grape Infused Golden Honey',
        client = {
            image = 'jar_of_honey.png'
        }
    },
    -- Only Use if You dont want to use the metadata for honey
    ['jar_of_moonlight_golden_honey'] = {
        label = 'Jar of Moonlight Golden Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Moonlight Golden Honey',
        client = {
            image = 'jar_of_honey.png'
        }
    },
    -- Only Use if You dont want to use the metadata for honey
    ['jar_of_smoked_golden_honey'] = {
        label = 'Jar of Smoked Golden Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Smoked Golden Honey',
        client = {
            image = 'jar_of_honey.png'
        }
    },
    -- Only Use if You dont want to use the metadata for honey
    ['jar_of_resin_golden_honey'] = {
        label = 'Jar of Resin Golden Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Resin Golden Honey',
        client = {
            image = 'jar_of_honey.png'
        }
    },
    -- Only Use if You dont want to use the metadata for honey
    ['jar_of_rotten_honey'] = {
        label = 'Jar of Rotten Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Rotten Honey',
        client = {
            image = 'jar_of_honey_rotten.png'
        }
    },
    -- Only Use if You dont want to use the metadata for honey
    ['jar_of_floral_rotten_honey'] = {
        label = 'Jar of Floral Rotten Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Floral Rotten Honey',
        client = {
            image = 'jar_of_honey_rotten.png'
        }
    },
    -- Only Use if You dont want to use the metadata for honey
    ['jar_of_spiced_rotten_honey'] = {
        label = 'Jar of Spiced Rotten Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Spiced Rotten Honey',
        client = {
            image = 'jar_of_honey_rotten.png'
        }
    },
    -- Only Use if You dont want to use the metadata for honey
    ['jar_of_grape_infused_rotten_honey'] = {
        label = 'Jar of Grape Infused Rotten Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Grape Infused Rotten Honey',
        client = {
            image = 'jar_of_honey_rotten.png'
        }
    },
    -- Only Use if You dont want to use the metadata for honey
    ['jar_of_moonlight_rotten_honey'] = {
        label = 'Jar of Moonlight Rotten Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Moonlight Rotten Honey',
        client = {
            image = 'jar_of_honey_rotten.png'
        }
    },
    -- Only Use if You dont want to use the metadata for honey
    ['jar_of_smoked_rotten_honey'] = {
        label = 'Jar of Smoked Rotten Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Smoked Rotten Honey',
        client = {
            image = 'jar_of_honey_rotten.png'
        }
    },
    -- Only Use if You dont want to use the metadata for honey
    ['jar_of_resin_rotten_honey'] = {
        label = 'Jar of Resin Rotten Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Jar of Resin Rotten Honey',
        client = {
            image = 'jar_of_honey_rotten.png'
        }
    },
    ['smoker'] = {
        label = 'Smoker',
        weight = 100,
        stack = true,
        close = true,
        description = 'Smoker',
        client = {
            image = 'smoker.png'
        }
    },
    ['empty_barrel'] = {
        label = 'Empty Barrel',
        weight = 100,
        stack = true,
        close = true,
        description = 'Empty Barrel',
        client = {
            image = 'empty_barrel.png'
        }
    },
    ['empty_aging_barrel'] = {
        label = 'Empty Aging Barrel',
        weight = 100,
        stack = true,
        close = true,
        description = 'Empty Aging Barrel',
        client = {
            image = 'empty_aging_barrel.png'
        }
    },
    ['empty_wine_barrel'] = {
        label = 'Empty Wine Barrel',
        weight = 100,
        stack = true,
        close = true,
        description = 'Empty Wine Barrel',
        client = {
            image = 'empty_barrel.png'
        }
    },
    ['empty_wine_aging_barrel'] = {
        label = 'Empty Wine Aging Barrel',
        weight = 100,
        stack = true,
        close = true,
        description = 'Empty Wine Aging Barrel',
        client = {
            image = 'empty_aging_barrel.png'
        }
    },
    ['empty_bottle'] = {
        label = 'Empty Bottle',
        weight = 100,
        stack = true,
        close = true,
        description = 'Empty Bottle',
        client = {
            image = 'empty_bottle.png'
        }
    },
    ['yeast'] = {
        label = 'Yeast',
        weight = 100,
        stack = true,
        close = true,
        description = 'Yeast',
        client = {
            image = 'yeast.png'
        }
    },
    ['bottle_of_mead'] = {
        label = 'Bottle of Mead',
        weight = 100,
        stack = true,
        close = true,
        description = 'Bottle of Mead',
        client = {
            image = 'bottle_of_mead.png'
        }
    },
    ['honey_comb'] = {
        label = 'Honey Comb',
        weight = 100,
        stack = true,
        close = true,
        description = 'Honey Comb',
        client = {
            image = 'honeycomb.png'
        }
    },
    ['crate_of_honey'] = {
        label = 'Crate of Honey',
        weight = 100,
        stack = true,
        close = true,
        description = 'Crate of Honey',
        client = {
            image = 'honeycrate.png'
        }
    },
    ['crate_of_mead'] = {
        label = 'Crate of Mead',
        weight = 100,
        stack = true,
        close = true,
        description = 'Crate of Mead',
        client = {
            image = 'meadcrate.png'
        }
    },
    ['crate_of_wine'] = {
        label = 'Crate of Wine',
        weight = 100,
        stack = true,
        close = true,
        description = 'Crate of Wine',
        client = {
            image = 'winecrate.png'
        }
    },
    ['bee_feed'] = {
        label = 'Bee Feed',
        weight = 100,
        stack = true,
        close = true,
        description = 'Bee Feed',
        client = {
            image = 'bee_feed.png'
        }
    },
    ['beekeepers_outfit'] = {
        label = 'Beekeepers Outfit',
        weight = 100,
        stack = true,
        close = true,
        description = 'Beekeepers Outfit',
        client = {
            image = 'beekeepers_outfit.png'
        }
    },
    ['security_tablet'] = {
        label = 'Security Tablet',
        weight = 100,
        stack = true,
        close = true,
        description = 'Security Tablet',
        client = {
            image = 'security_tablet.png'
        }
    },
    ['zone_compass'] = {
        label = 'Zone Compass',
        weight = 100,
        stack = true,
        close = true,
        description = 'Zone Compass',
        client = {
            image = 'zone_compass.png'
        }
    },
    ['red_grapes'] = {
        label = 'Red Grapes',
        weight = 100,
        stack = true,
        close = true,
        description = 'Red Grapes',
        client = {
            image = 'red_grapes.png'
        }
    },
    ['white_grapes'] = {
        label = 'White Grapes',
        weight = 100,
        stack = true,
        close = true,
        description = 'White Grapes',
        client = {
            image = 'white_grapes.png'
        }
    },
    ['bottle_of_red_wine'] = {
        label = 'Bottle of Red Wine',
        weight = 100,
        stack = true,
        close = true,
        description = 'Bottle of Red Wine',
        client = {
            image = 'red_wine.png'
        }
    },
    ['bottle_of_white_wine'] = {
        label = 'Bottle of White Wine',
        weight = 100,
        stack = true,
        close = true,
        description = 'Bottle of White Wine',
        client = {
            image = 'white_wine.png'
        }
    },
    ['bottle_of_rose_wine'] = {
        label = 'Bottle of Rose Wine',
        weight = 100,
        stack = true,
        close = true,
        description = 'Bottle of Rose Wine',
        client = {
            image = 'rose_wine.png'
        }
    },
```

{% endtab %}

{% tab title="qb-inventory" %}

```lua
--DHS-BrewsAndWines
queen_bee = { name = 'queen_bee', label = 'Queen Bee', weight = 100, type = 'item', image = 'queenbee.png', unique = false, useable = false, shouldClose = true, description = 'A Queen Bee' },
worker_bee = { name = 'worker_bee', label = 'Worker Bee', weight = 100, type = 'item', image = 'workerbee.png', unique = false, useable = false, shouldClose = true, description = 'A Worker Bee' },
bee_hive_mk1 = { name = 'bee_hive_mk1', label = 'Bee Hive Mk1', weight = 100, type = 'item', image = 'beehive_mk1.png', unique = false, useable = false, shouldClose = true, description = 'Bee Hive Mk1' },
bee_hive_mk2 = { name = 'bee_hive_mk2', label = 'Bee Hive Mk2', weight = 100, type = 'item', image = 'beehive_mk2.png', unique = false, useable = false, shouldClose = true, description = 'Bee Hive Mk2' },
empty_jar = { name = 'empty_jar', label = 'Empty Jar', weight = 100, type = 'item', image = 'empty_jar.png', unique = false, useable = false, shouldClose = true, description = 'Empty Jar' },
jar_of_honey = { name = 'jar_of_honey', label = 'Jar of Honey', weight = 100, type = 'item', image = 'jar_of_honey.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Honey' },
-- Only Use if You dont want to use the metadata for honey
jar_of_floral_honey = { name = 'jar_of_floral_honey', label = 'Jar of Floral Honey', weight = 100, type = 'item', image = 'jar_of_honey.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Floral Honey' },
-- Only Use if You dont want to use the metadata for honey
jar_of_spiced_honey = { name = 'jar_of_spiced_honey', label = 'Jar of Spiced Honey', weight = 100, type = 'item', image = 'jar_of_honey.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Spiced Honey' },
-- Only Use if You dont want to use the metadata for honey
jar_of_grape_infused_honey = { name = 'jar_of_grape_infused_honey', label = 'Jar of Grape Infused Honey', weight = 100, type = 'item', image = 'jar_of_honey.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Grape Infused Honey' },
-- Only Use if You dont want to use the metadata for honey
jar_of_moonlight_honey = { name = 'jar_of_moonlight_honey', label = 'Jar of Moonlight Honey', weight = 100, type = 'item', image = 'jar_of_honey.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Moonlight Honey' },
-- Only Use if You dont want to use the metadata for honey
jar_of_smoked_honey = { name = 'jar_of_smoked_honey', label = 'Jar of Smoked Honey', weight = 100, type = 'item', image = 'jar_of_honey.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Smoked Honey' },
-- Only Use if You dont want to use the metadata for honey
jar_of_resin_honey = { name = 'jar_of_resin_honey', label = 'Jar of Resin Honey', weight = 100, type = 'item', image = 'jar_of_honey.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Resin Honey' },
-- Only Use if You dont want to use the metadata for honey
jar_of_golden_honey = { name = 'jar_of_golden_honey', label = 'Jar of Golden Honey', weight = 100, type = 'item', image = 'jar_of_honey.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Golden Honey' },
-- Only Use if You dont want to use the metadata for honey
jar_of_floral_golden_honey = { name = 'jar_of_floral_golden_honey', label = 'Jar of Floral Golden Honey', weight = 100, type = 'item', image = 'jar_of_honey.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Floral Golden Honey' },
-- Only Use if You dont want to use the metadata for honey
jar_of_spiced_golden_honey = { name = 'jar_of_spiced_golden_honey', label = 'Jar of Spiced Golden Honey', weight = 100, type = 'item', image = 'jar_of_honey.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Spiced Golden Honey' },
-- Only Use if You dont want to use the metadata for honey
jar_of_grape_infused_golden_honey = { name = 'jar_of_grape_infused_golden_honey', label = 'Jar of Grape Infused Golden Honey', weight = 100, type = 'item', image = 'jar_of_honey.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Grape Infused Golden Honey' },
-- Only Use if You dont want to use the metadata for honey
jar_of_moonlight_golden_honey = { name = 'jar_of_moonlight_golden_honey', label = 'Jar of Moonlight Golden Honey', weight = 100, type = 'item', image = 'jar_of_honey.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Moonlight Golden Honey' },
-- Only Use if You dont want to use the metadata for honey
jar_of_smoked_golden_honey = { name = 'jar_of_smoked_golden_honey', label = 'Jar of Smoked Golden Honey', weight = 100, type = 'item', image = 'jar_of_honey.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Smoked Golden Honey' },
-- Only Use if You dont want to use the metadata for honey
jar_of_resin_golden_honey = { name = 'jar_of_resin_golden_honey', label = 'Jar of Resin Golden Honey', weight = 100, type = 'item', image = 'jar_of_honey.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Resin Golden Honey' },
-- Only Use if You dont want to use the metadata for honey
jar_of_rotten_honey = { name = 'jar_of_rotten_honey', label = 'Jar of Rotten Honey', weight = 100, type = 'item', image = 'jar_of_honey_rotten.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Rotten Honey' },
-- Only Use if You dont want to use the metadata for honey
jar_of_floral_rotten_honey = { name = 'jar_of_floral_rotten_honey', label = 'Jar of Floral Rotten Honey', weight = 100, type = 'item', image = 'jar_of_honey_rotten.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Floral Rotten Honey' },
-- Only Use if You dont want to use the metadata for honey
jar_of_spiced_rotten_honey = { name = 'jar_of_spiced_rotten_honey', label = 'Jar of Spiced Rotten Honey', weight = 100, type = 'item', image = 'jar_of_honey_rotten.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Spiced Rotten Honey' },
-- Only Use if You dont want to use the metadata for honey
jar_of_grape_infused_rotten_honey = { name = 'jar_of_grape_infused_rotten_honey', label = 'Jar of Grape Infused Rotten Honey', weight = 100, type = 'item', image = 'jar_of_honey_rotten.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Grape Infused Rotten Honey' },
-- Only Use if You dont want to use the metadata for honey
jar_of_moonlight_rotten_honey = { name = 'jar_of_moonlight_rotten_honey', label = 'Jar of Moonlight Rotten Honey', weight = 100, type = 'item', image = 'jar_of_honey_rotten.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Moonlight Rotten Honey' },
-- Only Use if You dont want to use the metadata for honey
jar_of_smoked_rotten_honey = { name = 'jar_of_smoked_rotten_honey', label = 'Jar of Smoked Rotten Honey', weight = 100, type = 'item', image = 'jar_of_honey_rotten.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Smoked Rotten Honey' },
-- Only Use if You dont want to use the metadata for honey
jar_of_resin_rotten_honey = { name = 'jar_of_resin_rotten_honey', label = 'Jar of Resin Rotten Honey', weight = 100, type = 'item', image = 'jar_of_honey_rotten.png', unique = false, useable = false, shouldClose = true, description = 'Jar of Resin Rotten Honey' },
smoker = { name = 'smoker', label = 'Smoker', weight = 100, type = 'item', image = 'smoker.png', unique = false, useable = false, shouldClose = true, description = 'Smoker' },
empty_barrel = { name = 'empty_barrel', label = 'Empty Barrel', weight = 100, type = 'item', image = 'empty_barrel.png', unique = false, useable = false, shouldClose = true, description = 'Empty Barrel' },
empty_aging_barrel = { name = 'empty_aging_barrel', label = 'Empty Aging Barrel', weight = 100, type = 'item', image = 'empty_aging_barrel.png', unique = false, useable = false, shouldClose = true, description = 'Empty Aging Barrel' },
empty_wine_barrel = { name = 'empty_wine_barrel', label = 'Empty Wine Barrel', weight = 100, type = 'item', image = 'empty_barrel.png', unique = false, useable = false, shouldClose = true, description = 'Empty Wine Barrel' },
empty_wine_aging_barrel = { name = 'empty_wine_aging_barrel', label = 'Empty Wine Aging Barrel', weight = 100, type = 'item', image = 'empty_aging_barrel.png', unique = false, useable = false, shouldClose = true, description = 'Empty Wine Aging Barrel' },
empty_bottle = { name = 'empty_bottle', label = 'Empty Bottle', weight = 100, type = 'item', image = 'empty_bottle.png', unique = false, useable = false, shouldClose = true, description = 'Empty Bottle' },
yeast = { name = 'yeast', label = 'Yeast', weight = 100, type = 'item', image = 'yeast.png', unique = false, useable = false, shouldClose = true, description = 'Yeast' },
bottle_of_mead = { name = 'bottle_of_mead', label = 'Bottle of Mead', weight = 100, type = 'item', image = 'bottle_of_mead.png', unique = false, useable = false, shouldClose = true, description = 'Bottle of Mead' },
honey_comb = { name = 'honey_comb', label = 'Honey Comb', weight = 100, type = 'item', image = 'honeycomb.png', unique = false, useable = false, shouldClose = true, description = 'Honey Comb' },
crate_of_honey = { name = 'crate_of_honey', label = 'Crate of Honey', weight = 100, type = 'item', image = 'honeycrate.png', unique = false, useable = false, shouldClose = true, description = 'Crate of Honey' },
crate_of_mead = { name = 'crate_of_mead', label = 'Crate of Mead', weight = 100, type = 'item', image = 'meadcrate.png', unique = false, useable = false, shouldClose = true, description = 'Crate of Mead' },
crate_of_wine = { name = 'crate_of_wine', label = 'Crate of Wine', weight = 100, type = 'item', image = 'winecrate.png', unique = false, useable = false, shouldClose = true, description = 'Crate of Wine' },
bee_feed = { name = 'bee_feed', label = 'Bee Feed', weight = 100, type = 'item', image = 'bee_feed.png', unique = false, useable = false, shouldClose = true, description = 'Bee Feed' },
beekeepers_outfit = { name = 'beekeepers_outfit', label = 'Beekeepers Outfit', weight = 100, type = 'item', image = 'beekeepers_outfit.png', unique = false, useable = false, shouldClose = true, description = 'Beekeepers Outfit' },
security_tablet = { name = 'security_tablet', label = 'Security Tablet', weight = 100, type = 'item', image = 'security_tablet.png', unique = false, useable = false, shouldClose = true, description = 'Security Tablet' },
zone_compass = { name = 'zone_compass', label = 'Zone Compass', weight = 100, type = 'item', image = 'zone_compass.png', unique = false, useable = false, shouldClose = true, description = 'Zone Compass' },
red_grapes = { name = 'red_grapes', label = 'Red Grapes', weight = 100, type = 'item', image = 'red_grapes.png', unique = false, useable = false, shouldClose = true, description = 'Red Grapes' },
white_grapes = { name = 'white_grapes', label = 'White Grapes', weight = 100, type = 'item', image = 'white_grapes.png', unique = false, useable = false, shouldClose = true, description = 'White Grapes' },
bottle_of_red_wine = { name = 'bottle_of_red_wine', label = 'Bottle of Red Wine', weight = 100, type = 'item', image = 'red_wine.png', unique = false, useable = false, shouldClose = true, description = 'Bottle of Red Wine' },
bottle_of_white_wine = { name = 'bottle_of_white_wine', label = 'Bottle of White Wine', weight = 100, type = 'item', image = 'white_wine.png', unique = false, useable = false, shouldClose = true, description = 'Bottle of White Wine' },
bottle_of_rose_wine = { name = 'bottle_of_rose_wine', label = 'Bottle of Rose Wine', weight = 100, type = 'item', image = 'rose_wine.png', unique = false, useable = false, shouldClose = true, description = 'Bottle of Rose Wine' },
```

{% endtab %}
{% endtabs %}

***

> **3) ADD THE IMAGES TO YOUR INVENTORY**

{% hint style="info" %}

* Open DHS-BrewsAndWines > images
* Copy files from the folder and add them into your inventory image folder
  {% endhint %}

***

> **4) INSTALL COMPLETE**

{% hint style="success" %}
The Install is now complete, you may move onto looking at the config.
{% endhint %}
