# Installation

{% stepper %}
{% step %}
**Download the resources**

Download both `cfx-djs-anims` and `cfx-djs-cocktailsv1`,  [CFX portal](https://portal.cfx.re/login) and place them in your resources folder.
{% endstep %}

{% step %}
**Add to server.cfg**

Add `cfx-djs-anims` and `cfx-djs-cocktailsv1` to your `server.cfg` after all dependencies

```
ensure cfx-djs-anims
ensure cfx-djs-cocktailsv1
```

{% endstep %}

{% step %}
**Add Items to Inventory**

Add the required items to your inventory resource — see[ Items](#items) below.
{% endstep %}

{% step %}
**Optional: add items to addon Consumable Resources**

Add the required (Non-Consumable) items to supported addon consumable resource — see [Addon Consumables Items](#addon-consumables-items) below.
{% endstep %}

{% step %}
**Optional: inventory icons**

Custom inventory icons are included—check Inventory Icons below. If you’d like to use them, simply copy the files into your inventory resource’s image directory.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
WARNING

Some anti-cheats may block props from spawning or limit certain models from loading in-game, so if your props are not appearing, invisible, or being instantly removed, it’s likely an anti-cheat issue rather than the resource itself. Please check your server console and in-game F8 console for more details, such as blocked entity warnings, model load failures, or related error codes—these are common signs of interference. If this happens, we recommend reaching out to your anticheat’s developer or support team with those errors and reviewing your anticheat documentation for any settings related to prop, model, or entity restrictions that may need to be adjusted. If you do report this issue to us, we’ll document it in our **common issues** section to help others who may run into the same problem.
{% endhint %}

***

## Items <a href="#items" id="items"></a>

Make sure to add all required items to your inventory resource using the format that matches your setup.

{% tabs %}
{% tab title="Ox Inventory (Consumable)" %}
Add the items below to your `ox_inventory` into `data/items.lua`.

{% code expandable="true" %}

```
['djs_cocktail_blue'] = {
	label = 'Cocktail Blue',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_blue`, pos = vec3(0.09, -0.16, -0.07), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_blue2'] = {
	label = 'Cocktail Blue',
	weight = 10,
	stack = true,
	close = true,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_blue2`, pos = vec3(0.1, -0.09, -0.07), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_blue3'] = {
	label = 'Cocktail Blue',
	weight = 10,
	stack = true,
	close = true,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_blue3`, pos = vec3(0.09, -0.06, -0.06), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_blue4'] = {
	label = 'Cocktail Blue',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_blue4`, pos = vec3(0.09, -0.14, -0.06), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_blue5'] = {
	label = 'Cocktail Blue',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_blue5`, pos = vec3(0.04, -0.17, -0.09), rot = vec3(-61.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_blue6'] = {
	label = 'Cocktail Blue',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_blue6`, pos = vec3(0.1, -0.08, -0.05), rot = vec3(-61.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_blue7'] = {
	label = 'Cocktail Blue',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_blue7`, pos = vec3(0.1, -0.08, -0.05), rot = vec3(-61.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_blue8'] = {
	label = 'Cocktail Blue',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_blue8`, pos = vec3(0.1, -0.08, -0.05), rot = vec3(-61.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_green'] = {
	label = 'Cocktail Green',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_green`, pos = vec3(0.09, -0.16, -0.07), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_green2'] = {
	label = 'Cocktail Green',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_green2`, pos = vec3(0.09, -0.1, -0.07), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_green3'] = {
	label = 'Cocktail Green',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_green3`, pos = vec3(0.09, -0.07, -0.07), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_green4'] = {
	label = 'Cocktail Green',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_green4`, pos = vec3(0.09, -0.14, -0.07), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_green5'] = {
	label = 'Cocktail Green',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_green5`, pos = vec3(0.06, -0.18, -0.09), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_green6'] = {
	label = 'Cocktail Green',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_green6`, pos = vec3(0.11, -0.06, -0.05), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_green7'] = {
	label = 'Cocktail Green',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_green7`, pos = vec3(0.07, -0.09, -0.04), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_green8'] = {
	label = 'Cocktail Green',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_green8`, pos = vec3(0.08, -0.1, -0.06), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_orange'] = {
	label = 'Cocktail Orange',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_orange`, pos = vec3(0.08, -0.15, -0.06), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_orange2'] = {
	label = 'Cocktail Orange',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_orange2`, pos = vec3(0.1, -0.1, -0.08), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_orange3'] = {
	label = 'Cocktail Orange',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_orange3`, pos = vec3(0.1, -0.06, -0.05), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_orange4'] = {
	label = 'Cocktail Orange',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_orange4`, pos = vec3(0.08, -0.15, -0.08), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_orange5'] = {
	label = 'Cocktail Orange',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_orange5`, pos = vec3(0.08, -0.07, -0.05), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_orange6'] = {
	label = 'Cocktail Orange',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_orange6`, pos = vec3(0.08, -0.15, -0.06), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_orange7'] = {
	label = 'Cocktail Orange',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_orange7`, pos = vec3(0.08, -0.15, -0.06), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_orange8'] = {
	label = 'Cocktail Orange',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_orange8`, pos = vec3(0.08, -0.15, -0.06), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_purple'] = {
	label = 'Cocktail Purple',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_purple`, pos = vec3(0.07, -0.14, -0.05), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_purple2'] = {
	label = 'Cocktail Purple',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_purple2`, pos = vec3(0.07, -0.12, -0.08), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_purple3'] = {
	label = 'Cocktail Purple',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_purple3`, pos = vec3(0.09, -0.06, -0.06), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_purple4'] = {
	label = 'Cocktail Purple',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_purple4`, pos = vec3(0.09, -0.14, -0.07), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_purple5'] = {
	label = 'Cocktail Purple',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_purple5`, pos = vec3(0.07, -0.19, -0.08), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_purple6'] = {
	label = 'Cocktail Purple',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_purple6`, pos = vec3(0.11, -0.04, -0.04), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_purple7'] = {
	label = 'Cocktail Purple',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_purple7`, pos = vec3(0.11, -0.09, -0.06), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_purple8'] = {
	label = 'Cocktail Purple',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_purple8`, pos = vec3(0.11, -0.09, -0.06), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_red'] = {
	label = 'Cocktail Red',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_red`, pos = vec3(0.07, -0.14, -0.05), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_red2'] = {
	label = 'Cocktail Red',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_red2`, pos = vec3(0.07, -0.12, -0.08), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_red3'] = {
	label = 'Cocktail Red',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_red3`, pos = vec3(0.09, -0.06, -0.06), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_red4'] = {
	label = 'Cocktail Red',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_red4`, pos = vec3(0.09, -0.14, -0.07), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_red5'] = {
	label = 'Cocktail Red',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_red5`, pos = vec3(0.07, -0.19, -0.08), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_red6'] = {
	label = 'Cocktail Red',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_red6`, pos = vec3(0.11, -0.04, -0.04), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_red7'] = {
	label = 'Cocktail Red',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_red7`, pos = vec3(0.11, -0.09, -0.06), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_cocktail_red8'] = {
	label = 'Cocktail Red',
	weight = 10,
	stack = true,
	close = false,
	client = {
		status = { hunger = 2000, thirst = 200000, alcohol = 12500 },
		anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
		prop = { model = `djs_cocktail_red8`, pos = vec3(0.11, -0.09, -0.06), rot = vec3(-65.0, 49.0, -5.0), bone = 57005 },
		usetime = 17500,
		cancel = true,
	}
},
['djs_empty_cocktail'] = {
	label = 'Empty Glass',
	weight = 10,
	stack = true,
	close = false,
},
['djs_empty_cocktail_2'] = {
	label = 'Empty Glass',
	weight = 10,
	stack = true,
	close = false,
},
['djs_empty_cocktail_3'] = {
	label = 'Empty Glass',
	weight = 10,
	stack = true,
	close = false,
},
['djs_empty_cocktail_4'] = {
	label = 'Empty Glass',
	weight = 10,
	stack = true,
	close = false,
},
['djs_empty_cocktail_5'] = {
	label = 'Empty Glass',
	weight = 10,
	stack = true,
	close = false,
},
['djs_empty_cocktail_6'] = {
	label = 'Empty Glass',
	weight = 10,
	stack = true,
	close = false,
},
['djs_empty_cocktail_7'] = {
	label = 'Empty Glass',
	weight = 10,
	stack = true,
	close = false,
},
['djs_empty_cocktail_8'] = {
	label = 'Empty Glass',
	weight = 10,
	stack = true,
	close = false,
},

```

{% endcode %}
{% endtab %}

{% tab title="Ox Inventory (Non-Consumable)" %}
Add the items below to your `ox_inventory` into `data/items.lua`.

{% code expandable="true" %}

```
['djs_cocktail_blue'] = {
	label = 'Cocktail Blue',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_blue2'] = {
	label = 'Cocktail Blue',
	weight = 10,
	stack = true,
	close = true,
},

['djs_cocktail_blue3'] = {
	label = 'Cocktail Blue',
	weight = 10,
	stack = true,
	close = true,
},

['djs_cocktail_blue4'] = {
	label = 'Cocktail Blue',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_blue5'] = {
	label = 'Cocktail Blue',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_blue6'] = {
	label = 'Cocktail Blue',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_blue7'] = {
	label = 'Cocktail Blue',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_blue8'] = {
	label = 'Cocktail Blue',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_green'] = {
	label = 'Cocktail Green',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_green2'] = {
	label = 'Cocktail Green',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_green3'] = {
	label = 'Cocktail Green',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_green4'] = {
	label = 'Cocktail Green',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_green5'] = {
	label = 'Cocktail Green',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_green6'] = {
	label = 'Cocktail Green',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_green7'] = {
	label = 'Cocktail Green',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_green8'] = {
	label = 'Cocktail Green',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_orange'] = {
	label = 'Cocktail Orange',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_orange2'] = {
	label = 'Cocktail Orange',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_orange3'] = {
	label = 'Cocktail Orange',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_orange4'] = {
	label = 'Cocktail Orange',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_orange5'] = {
	label = 'Cocktail Orange',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_orange6'] = {
	label = 'Cocktail Orange',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_orange7'] = {
	label = 'Cocktail Orange',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_orange8'] = {
	label = 'Cocktail Orange',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_purple'] = {
	label = 'Cocktail Purple',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_purple2'] = {
	label = 'Cocktail Purple',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_purple3'] = {
	label = 'Cocktail Purple',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_purple4'] = {
	label = 'Cocktail Purple',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_purple5'] = {
	label = 'Cocktail Purple',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_purple6'] = {
	label = 'Cocktail Purple',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_purple7'] = {
	label = 'Cocktail Purple',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_purple8'] = {
	label = 'Cocktail Purple',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_red'] = {
	label = 'Cocktail Red',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_red2'] = {
	label = 'Cocktail Red',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_red3'] = {
	label = 'Cocktail Red',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_red4'] = {
	label = 'Cocktail Red',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_red5'] = {
	label = 'Cocktail Red',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_red6'] = {
	label = 'Cocktail Red',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_red7'] = {
	label = 'Cocktail Red',
	weight = 10,
	stack = true,
	close = false,
},

['djs_cocktail_red8'] = {
	label = 'Cocktail Red',
	weight = 10,
	stack = true,
	close = false,
},

['djs_empty_cocktail'] = {
	label = 'Empty Glass',
	weight = 10,
	stack = true,
	close = false,
},

['djs_empty_cocktail_2'] = {
	label = 'Empty Glass',
	weight = 10,
	stack = true,
	close = false,
},

['djs_empty_cocktail_3'] = {
	label = 'Empty Glass',
	weight = 10,
	stack = true,
	close = false,
},

['djs_empty_cocktail_4'] = {
	label = 'Empty Glass',
	weight = 10,
	stack = true,
	close = false,
},

['djs_empty_cocktail_5'] = {
	label = 'Empty Glass',
	weight = 10,
	stack = true,
	close = false,
},

['djs_empty_cocktail_6'] = {
	label = 'Empty Glass',
	weight = 10,
	stack = true,
	close = false,
},

['djs_empty_cocktail_7'] = {
	label = 'Empty Glass',
	weight = 10,
	stack = true,
	close = false,
},

['djs_empty_cocktail_8'] = {
	label = 'Empty Glass',
	weight = 10,
	stack = true,
	close = false,
},


```

{% endcode %}
{% endtab %}

{% tab title="QS Inventory (Consumables)" %}
Add the items below to your `qs-inventory` into `shared/items.lua`.

{% code expandable="true" %}

```
Soon!
```

{% endcode %}
{% endtab %}

{% tab title="QS Inventory (Non-(Consumables)" %}
Add the items below to your `qs-inventory` into `shared/items.lua`.

{% code expandable="true" %}

```
Soon!
```

{% endcode %}
{% endtab %}
{% endtabs %}

***

## Addon Consumables Items

Make sure to add all required items to your inventory resource using the format that matches your setup.

{% tabs %}
{% tab title="Devcore Needs" %}
Add the items below to your `devcore_needs` into `data/items.lua`.

{% code fullWidth="false" expandable="true" %}

```
["djs_cocktail_blue"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_blue',
            BoneID = 57005,
            Offset = vector3(0.09, -0.16, -0.07),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_blue2"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_blue2',
            BoneID = 57005,
            Offset = vector3(0.1, -0.09, -0.07),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_blue3"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_blue3',
            BoneID = 57005,
            Offset = vector3(0.09, -0.06, -0.06),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_blue4"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_blue4',
            BoneID = 57005,
            Offset = vector3(0.09, -0.14, -0.06),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_blue5"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_blue5',
            BoneID = 57005,
            Offset = vector3(0.04, -0.17, -0.09),
            Rot = vector3(-61.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_blue6"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_blue6',
            BoneID = 57005,
            Offset = vector3(0.1, -0.08, -0.05),
            Rot = vector3(-61.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_blue7"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_blue7',
            BoneID = 57005,
            Offset = vector3(0.1, -0.08, -0.05),
            Rot = vector3(-61.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_blue8"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_blue8',
            BoneID = 57005,
            Offset = vector3(0.1, -0.08, -0.05),
            Rot = vector3(-61.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_green"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_green',
            BoneID = 57005,
            Offset = vector3(0.09, -0.16, -0.07),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_green2"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_green2',
            BoneID = 57005,
            Offset = vector3(0.09, -0.1, -0.07),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_green3"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_green3',
            BoneID = 57005,
            Offset = vector3(0.09, -0.07, -0.07),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_green4"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_green4',
            BoneID = 57005,
            Offset = vector3(0.09, -0.14, -0.07),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_green5"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_green5',
            BoneID = 57005,
            Offset = vector3(0.06, -0.18, -0.09),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_green6"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_green6',
            BoneID = 57005,
            Offset = vector3(0.11, -0.06, -0.05),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_green7"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_green7',
            BoneID = 57005,
            Offset = vector3(0.07, -0.09, -0.04),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_green8"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_green8',
            BoneID = 57005,
            Offset = vector3(0.08, -0.1, -0.06),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_orange"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_orange',
            BoneID = 57005,
            Offset = vector3(0.08, -0.15, -0.06),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_orange2"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_orange2',
            BoneID = 57005,
            Offset = vector3(0.1, -0.1, -0.08),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_orange3"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_orange3',
            BoneID = 57005,
            Offset = vector3(0.1, -0.06, -0.05),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_orange4"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_orange4',
            BoneID = 57005,
            Offset = vector3(0.08, -0.15, -0.08),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_orange5"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_orange5',
            BoneID = 57005,
            Offset = vector3(0.08, -0.07, -0.05),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_orange6"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_orange6',
            BoneID = 57005,
            Offset = vector3(0.08, -0.15, -0.06),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_orange7"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_orange7',
            BoneID = 57005,
            Offset = vector3(0.08, -0.15, -0.06),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_orange8"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_orange8',
            BoneID = 57005,
            Offset = vector3(0.08, -0.15, -0.06),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_purple"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_purple',
            BoneID = 57005,
            Offset = vector3(0.07, -0.14, -0.05),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_purple2"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_purple2',
            BoneID = 57005,
            Offset = vector3(0.07, -0.12, -0.08),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_purple3"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_purple3',
            BoneID = 57005,
            Offset = vector3(0.09, -0.06, -0.06),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_purple4"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_purple4',
            BoneID = 57005,
            Offset = vector3(0.09, -0.14, -0.07),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_purple5"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_purple5',
            BoneID = 57005,
            Offset = vector3(0.07, -0.19, -0.08),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_purple6"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_purple6',
            BoneID = 57005,
            Offset = vector3(0.11, -0.04, -0.04),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_purple7"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_purple7',
            BoneID = 57005,
            Offset = vector3(0.11, -0.09, -0.06),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_purple8"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_purple8',
            BoneID = 57005,
            Offset = vector3(0.11, -0.09, -0.06),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_red"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_red',
            BoneID = 57005,
            Offset = vector3(0.07, -0.14, -0.05),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_red2"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_red2',
            BoneID = 57005,
            Offset = vector3(0.07, -0.12, -0.08),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_red3"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_red3',
            BoneID = 57005,
            Offset = vector3(0.09, -0.06, -0.06),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_red4"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_red4',
            BoneID = 57005,
            Offset = vector3(0.09, -0.14, -0.07),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_red5"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_red5',
            BoneID = 57005,
            Offset = vector3(0.07, -0.19, -0.08),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_red6"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_red6',
            BoneID = 57005,
            Offset = vector3(0.11, -0.04, -0.04),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_red7"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_red7',
            BoneID = 57005,
            Offset = vector3(0.11, -0.09, -0.06),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_cocktail_red8"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_cocktail_red8',
            BoneID = 57005,
            Offset = vector3(0.11, -0.09, -0.06),
            Rot = vector3(-65.0, 49.0, -5.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 200000,
    },
},
["djs_empty_cocktail"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_empty_cocktail',
            BoneID = 57005,
            Offset = vector3(0.0, 0.0, 0.0),
            Rot = vector3(0.0, 0.0, 0.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 0,
    },
},
["djs_empty_cocktail_2"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_empty_cocktail_2',
            BoneID = 57005,
            Offset = vector3(0.0, 0.0, 0.0),
            Rot = vector3(0.0, 0.0, 0.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 0,
    },
},
["djs_empty_cocktail_3"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_empty_cocktail_3',
            BoneID = 57005,
            Offset = vector3(0.0, 0.0, 0.0),
            Rot = vector3(0.0, 0.0, 0.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 0,
    },
},
["djs_empty_cocktail_4"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_empty_cocktail_4',
            BoneID = 57005,
            Offset = vector3(0.0, 0.0, 0.0),
            Rot = vector3(0.0, 0.0, 0.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 0,
    },
},
["djs_empty_cocktail_5"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_empty_cocktail_5',
            BoneID = 57005,
            Offset = vector3(0.0, 0.0, 0.0),
            Rot = vector3(0.0, 0.0, 0.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 0,
    },
},
["djs_empty_cocktail_6"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_empty_cocktail_6',
            BoneID = 57005,
            Offset = vector3(0.0, 0.0, 0.0),
            Rot = vector3(0.0, 0.0, 0.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 0,
    },
},
["djs_empty_cocktail_7"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_empty_cocktail_7',
            BoneID = 57005,
            Offset = vector3(0.0, 0.0, 0.0),
            Rot = vector3(0.0, 0.0, 0.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 0,
    },
},
["djs_empty_cocktail_8"] = {
    Size = 220,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_empty_cocktail_8',
            BoneID = 57005,
            Offset = vector3(0.0, 0.0, 0.0),
            Rot = vector3(0.0, 0.0, 0.0),
        },
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "amb@world_human_drinking@coffee@male@idle_a",
            anim = "idle_c",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 1, max = 1 },
        Status = 0,
    },
},

```

{% endcode %}
{% endtab %}

{% tab title="Jims Consumables" %}
Add the items below to your `jims-consumables` into `shared/emotes.lua`.

{% code expandable="true" %}

```
djs_cocktail_blue = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Blue", AnimationOptions = { Prop = "djs_cocktail_blue", PropBone = 57005, PropPlacement = { 0.09, -0.16, -0.07, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_blue2 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Blue", AnimationOptions = { Prop = "djs_cocktail_blue2", PropBone = 57005, PropPlacement = { 0.1, -0.09, -0.07, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_blue3 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Blue", AnimationOptions = { Prop = "djs_cocktail_blue3", PropBone = 57005, PropPlacement = { 0.09, -0.06, -0.06, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_blue4 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Blue", AnimationOptions = { Prop = "djs_cocktail_blue4", PropBone = 57005, PropPlacement = { 0.09, -0.14, -0.06, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_blue5 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Blue", AnimationOptions = { Prop = "djs_cocktail_blue5", PropBone = 57005, PropPlacement = { 0.04, -0.17, -0.09, -61.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_blue6 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Blue", AnimationOptions = { Prop = "djs_cocktail_blue6", PropBone = 57005, PropPlacement = { 0.1, -0.08, -0.05, -61.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_blue7 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Blue", AnimationOptions = { Prop = "djs_cocktail_blue7", PropBone = 57005, PropPlacement = { 0.1, -0.08, -0.05, -61.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_blue8 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Blue", AnimationOptions = { Prop = "djs_cocktail_blue8", PropBone = 57005, PropPlacement = { 0.1, -0.08, -0.05, -61.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_green = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Green", AnimationOptions = { Prop = "djs_cocktail_green", PropBone = 57005, PropPlacement = { 0.09, -0.16, -0.07, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_green2 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Green", AnimationOptions = { Prop = "djs_cocktail_green2", PropBone = 57005, PropPlacement = { 0.09, -0.1, -0.07, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_green3 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Green", AnimationOptions = { Prop = "djs_cocktail_green3", PropBone = 57005, PropPlacement = { 0.09, -0.07, -0.07, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_green4 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Green", AnimationOptions = { Prop = "djs_cocktail_green4", PropBone = 57005, PropPlacement = { 0.09, -0.14, -0.07, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_green5 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Green", AnimationOptions = { Prop = "djs_cocktail_green5", PropBone = 57005, PropPlacement = { 0.06, -0.18, -0.09, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_green6 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Green", AnimationOptions = { Prop = "djs_cocktail_green6", PropBone = 57005, PropPlacement = { 0.11, -0.06, -0.05, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_green7 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Green", AnimationOptions = { Prop = "djs_cocktail_green7", PropBone = 57005, PropPlacement = { 0.07, -0.09, -0.04, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_green8 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Green", AnimationOptions = { Prop = "djs_cocktail_green8", PropBone = 57005, PropPlacement = { 0.08, -0.1, -0.06, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_orange = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Orange", AnimationOptions = { Prop = "djs_cocktail_orange", PropBone = 57005, PropPlacement = { 0.08, -0.15, -0.06, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_orange2 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Orange", AnimationOptions = { Prop = "djs_cocktail_orange2", PropBone = 57005, PropPlacement = { 0.1, -0.1, -0.08, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_orange3 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Orange", AnimationOptions = { Prop = "djs_cocktail_orange3", PropBone = 57005, PropPlacement = { 0.1, -0.06, -0.05, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_orange4 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Orange", AnimationOptions = { Prop = "djs_cocktail_orange4", PropBone = 57005, PropPlacement = { 0.08, -0.15, -0.08, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_orange5 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Orange", AnimationOptions = { Prop = "djs_cocktail_orange5", PropBone = 57005, PropPlacement = { 0.08, -0.07, -0.05, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_orange6 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Orange", AnimationOptions = { Prop = "djs_cocktail_orange6", PropBone = 57005, PropPlacement = { 0.08, -0.15, -0.06, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_orange7 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Orange", AnimationOptions = { Prop = "djs_cocktail_orange7", PropBone = 57005, PropPlacement = { 0.08, -0.15, -0.06, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_orange8 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Orange", AnimationOptions = { Prop = "djs_cocktail_orange8", PropBone = 57005, PropPlacement = { 0.08, -0.15, -0.06, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_purple = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Purple", AnimationOptions = { Prop = "djs_cocktail_purple", PropBone = 57005, PropPlacement = { 0.07, -0.14, -0.05, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_purple2 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Purple", AnimationOptions = { Prop = "djs_cocktail_purple2", PropBone = 57005, PropPlacement = { 0.07, -0.12, -0.08, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_purple3 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Purple", AnimationOptions = { Prop = "djs_cocktail_purple3", PropBone = 57005, PropPlacement = { 0.09, -0.06, -0.06, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_purple4 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Purple", AnimationOptions = { Prop = "djs_cocktail_purple4", PropBone = 57005, PropPlacement = { 0.09, -0.14, -0.07, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_purple5 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Purple", AnimationOptions = { Prop = "djs_cocktail_purple5", PropBone = 57005, PropPlacement = { 0.07, -0.19, -0.08, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_purple6 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Purple", AnimationOptions = { Prop = "djs_cocktail_purple6", PropBone = 57005, PropPlacement = { 0.11, -0.04, -0.04, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_purple7 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Purple", AnimationOptions = { Prop = "djs_cocktail_purple7", PropBone = 57005, PropPlacement = { 0.11, -0.09, -0.06, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_purple8 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Purple", AnimationOptions = { Prop = "djs_cocktail_purple8", PropBone = 57005, PropPlacement = { 0.11, -0.09, -0.06, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_red = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Red", AnimationOptions = { Prop = "djs_cocktail_red", PropBone = 57005, PropPlacement = { 0.07, -0.14, -0.05, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_red2 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Red", AnimationOptions = { Prop = "djs_cocktail_red2", PropBone = 57005, PropPlacement = { 0.07, -0.12, -0.08, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_red3 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Red", AnimationOptions = { Prop = "djs_cocktail_red3", PropBone = 57005, PropPlacement = { 0.09, -0.06, -0.06, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_red4 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Red", AnimationOptions = { Prop = "djs_cocktail_red4", PropBone = 57005, PropPlacement = { 0.09, -0.14, -0.07, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_red5 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Red", AnimationOptions = { Prop = "djs_cocktail_red5", PropBone = 57005, PropPlacement = { 0.07, -0.19, -0.08, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_red6 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Red", AnimationOptions = { Prop = "djs_cocktail_red6", PropBone = 57005, PropPlacement = { 0.11, -0.04, -0.04, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_red7 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Red", AnimationOptions = { Prop = "djs_cocktail_red7", PropBone = 57005, PropPlacement = { 0.11, -0.09, -0.06, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_cocktail_red8 = { "amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cocktail Red", AnimationOptions = { Prop = "djs_cocktail_red8", PropBone = 57005, PropPlacement = { 0.11, -0.09, -0.06, -65.0, 49.0, -5.0 }, EmoteLoop = true, EmoteMoving = true }},
```

{% endcode %}

Add the items below to your `jims-consumables` into `shared/consumables.lua`.

{% code expandable="true" %}

```
-- Cocktails v1
djs_cocktail_blue = { emote = "djs_cocktail_blue", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_blue2 = { emote = "djs_cocktail_blue2", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_blue3 = { emote = "djs_cocktail_blue3", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_blue4 = { emote = "djs_cocktail_blue4", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_blue5 = { emote = "djs_cocktail_blue5", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_blue6 = { emote = "djs_cocktail_blue6", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_blue7 = { emote = "djs_cocktail_blue7", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_blue8 = { emote = "djs_cocktail_blue8", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_green = { emote = "djs_cocktail_green", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_green2 = { emote = "djs_cocktail_green2", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_green3 = { emote = "djs_cocktail_green3", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_green4 = { emote = "djs_cocktail_green4", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_green5 = { emote = "djs_cocktail_green5", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_green6 = { emote = "djs_cocktail_green6", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_green7 = { emote = "djs_cocktail_green7", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_green8 = { emote = "djs_cocktail_green8", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_orange = { emote = "djs_cocktail_orange", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_orange2 = { emote = "djs_cocktail_orange2", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_orange3 = { emote = "djs_cocktail_orange3", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_orange4 = { emote = "djs_cocktail_orange4", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_orange5 = { emote = "djs_cocktail_orange5", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_orange6 = { emote = "djs_cocktail_orange6", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_orange7 = { emote = "djs_cocktail_orange7", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_orange8 = { emote = "djs_cocktail_orange8", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_purple = { emote = "djs_cocktail_purple", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_purple2 = { emote = "djs_cocktail_purple2", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_purple3 = { emote = "djs_cocktail_purple3", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_purple4 = { emote = "djs_cocktail_purple4", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_purple5 = { emote = "djs_cocktail_purple5", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_purple6 = { emote = "djs_cocktail_purple6", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_purple7 = { emote = "djs_cocktail_purple7", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_purple8 = { emote = "djs_cocktail_purple8", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_red = { emote = "djs_cocktail_red", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_red2 = { emote = "djs_cocktail_red2", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_red3 = { emote = "djs_cocktail_red3", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_red4 = { emote = "djs_cocktail_red4", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_red5 = { emote = "djs_cocktail_red5", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_red6 = { emote = "djs_cocktail_red6", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_red7 = { emote = "djs_cocktail_red7", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
djs_cocktail_red8 = { emote = "djs_cocktail_red8", canRun = false, time = 17500, stress = 0, heal = 0, armor = 0, type = "drink", stats = { hunger = 2000, thirst = 200000, alcohol = 12500, }},
```

{% endcode %}
{% endtab %}

{% tab title="Zykes Consumables" %}

* Copy the item config **(non-consumable)** and put it into your inventory item list like normal.
* Copy the item config **(consuamble)**, go in-game, run `/consum:import` and paste the item list into that text area, and import. **Make sure** to restart your server with your items in your inventory before importing via our system.
* If the format is valid, you can now run `/consum:activate_batch` to activate your latest batch, if you don't want to manually check all items & activate them in our `/consum:ic` menu.
* All items that are valid have now been successfully inserted and activated.

{% hint style="info" %}
zyke\_lib v2.5.1 and zyke\_consumables v1.1.12 are required
{% endhint %}
{% endtab %}
{% endtabs %}

***

## **Inventory Icons**

Make sure to add these icons to your preferred inventory’s image folder for them to display correctly.

{% stepper %}
{% step %}

### Ox Inventory

`ox_inventory/web/images`
{% endstep %}

{% step %}

### QS Inventory

`qs-inventory/html/images`
{% endstep %}
{% endstepper %}

***

{% file src="/files/yNUOkgz0zzmPYSsOtHbT" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.djscollections.com/standalone-food-pack/cocktails-v1/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
