OX Inventory

Install

  • Open ox_inventory/data/items.lua file and configure it according to your preferences.

	['applejacks_bowl'] = {
		label = 'Bowl of Apple Jacks',
		stack = true,
		close = false,
		weight = 10,
	},
	['bunchesofoats_bowl'] = {
		label = 'Bowl of Bunches of Oats',
		stack = true,
		close = false,
		weight = 10,
	},
	['captincrunch_bowl'] = {
		label = 'Bowl of Captin Crunch',
		stack = true,
		close = false,
		weight = 10,
	},
	['cherros_bowl'] = {
		label = 'Bowl of Cherros',
		stack = true,
		close = false,
		weight = 10,
	},
	['cinnamontoastcrunch_bowl'] = {
		label = 'Bowl of Cinnamon Toast Crunch',
		stack = true,
		close = false,
		weight = 10,
	},
	['cocopuffs_bowl'] = {
		label = 'Bowl of Coco Puffs',
		stack = true,
		close = false,
		weight = 10,
	},
	['cookiecrips_bowl'] = {
		label = 'Bowl of Cookie Crips',
		stack = true,
		close = false,
		weight = 10,
	},
	['frostedflakes_bowl'] = {
		label = 'Bowl of Frosted Flakes',
		stack = true,
		close = false,
		weight = 10,
	},
	['frostedwheats_bowl'] = {
		label = 'Bowl of Frosted Wheats',
		stack = true,
		close = false,
		weight = 10,
	},
	['fruit_bowl'] = {
		label = 'Bowl of Fruit',
		stack = true,
		close = false,
		weight = 10,
	},
	['fruitandcereal_bowl'] = {
		label = 'Bowl of Fruit with Cereal',
		stack = true,
		close = false,
		weight = 10,
	},
	['fruitandcereal_bowl2'] = {
		label = 'Bowl of Fruit with Cereal',
		stack = true,
		close = false,
		weight = 10,
	},
	['fruitandcereal_bowl3'] = {
		label = 'Bowl of Fruit with Cereal',
		stack = true,
		close = false,
		weight = 10,
	},
	['fruitloops_bowl'] = {
		label = 'Bowl of Fruit Loops',
		stack = true,
		close = false,
		weight = 10,
	},
	['fruitypebbles_bowl'] = {
		label = 'Bowl of Fruity Pebbles',
		stack = true,
		close = false,
		weight = 10,
	},
	['honeypops_bowl'] = {
		label = 'Bowl of Honey Pops',
		stack = true,
		close = false,
		weight = 10,
	},
	['honeysmacks_bowl'] = {
		label = 'Bowl of Honey Smacks',
		stack = true,
		close = false,
		weight = 10,
	},
	['luckycharms'] = {
		label = 'Bowl of Lucky Charms',
		stack = true,
		close = false,
		weight = 10,
	},
	['mixedcereal_bowl'] = {
		label = 'Bowl of Mixed Cereal',
		stack = true,
		close = false,
		weight = 10,
	},
	['rasinbrand_bowl'] = {
		label = 'Bowl of Rasin Brand',
		stack = true,
		close = false,
		weight = 10,
	},
	['reesepuff_bowl'] = {
		label = 'Bowl of Reese Puff',
		stack = true,
		close = false,
		weight = 10,
	},
	['twix_bowl'] = {
		label = 'Bowl of Twix',
		stack = true,
		close = false,
		weight = 10,
	},

Last updated