OX Inventory

Install

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

	['bowl_calamari'] = {
		label = 'calamari bowl',
		stack = true,
		close = false,
		weight = 10,
	},
		['bowl_chickengnoccisoup'] = {
		label = 'bowl_chicken gnocci soup',
		stack = true,
		close = false,
		weight = 10,
	},
		['bowl_fivecheeseziti'] = {
		label = 'five cheese ziti',
		stack = true,
		close = false,
		weight = 10,
	},
		['bowl_friedmozzarella'] = {
		label = 'fried mozzarella',
		stack = true,
		close = false,
		weight = 10,
	},
		['bowl_housesalad'] = {
		label = 'house salad',
		stack = true,
		close = false,
		weight = 10,
	},
		['bowl_minestrone'] = {
		label = 'minestrone',
		stack = true,
		close = false,
		weight = 10,
	},
		['bowl_pastafagioli'] = {
		label = 'pasta fagioli',
		stack = true,
		close = false,
		weight = 10,
	},
		['bowl_shrimpalfredo'] = {
		label = 'shrimp alfredo',
		stack = true,
		close = false,
		weight = 10,
	},
		['bowl_shrimpscampi'] = {
		label = 'shrimp scampi',
		stack = true,
		close = false,
		weight = 10,
	},
		['bowl_toastedravioli'] = {
		label = 'toasted ravioli',
		stack = true,
		close = false,
		weight = 10,
	},
		['bowl_tomatosoup'] = {
		label = 'tomato soup',
		stack = true,
		close = false,
		weight = 10,
	},
		['bowl_zuppatoscana'] = {
		label = 'zuppa toscana',
		stack = true,
		close = false,
		weight = 10,
	},
		['cake_blacktiemouse'] = {
		label = 'black tie mouse',
		stack = true,
		close = false,
		weight = 10,
	},
		['food_piececalamari'] = {
		label = 'calamari',
		stack = true,
		close = false,
		weight = 10,
	},
		['food_piecefriedmozzarella'] = {
		label = 'fried mozzarella',
		stack = true,
		close = false,
		weight = 10,
	},
		['food_piecetoastedravioli'] = {
		label = 'toasted ravioli',
		stack = true,
		close = false,
		weight = 10,
	},
		['plate_cheeseravioli'] = {
		label = 'cheese ravioli',
		stack = true,
		close = false,
		weight = 10,
	},
		['plate_chickenfettucine'] = {
		label = 'chicken fettucine',
		stack = true,
		close = false,
		weight = 10,
	},
		['plate_chickenlinguini'] = {
		label = 'chicken linguini',
		stack = true,
		close = false,
		weight = 10,
	},
		['plate_chickenmarsala'] = {
		label = 'chicken marsala',
		stack = true,
		close = false,
		weight = 10,
	},
		['plate_chickenparm'] = {
		label = 'chicken parm',
		stack = true,
		close = false,
		weight = 10,
	},
		['plate_choclasagna'] = {
		label = 'choc lasagna',
		stack = true,
		close = false,
		weight = 10,
	},
		['plate_crablinguini'] = {
		label = 'crab linguini',
		stack = true,
		close = false,
		weight = 10,
	},
		['plate_eggplantparm'] = {
		label = 'eggplant parm',
		stack = true,
		close = false,
		weight = 10,
	},
		['plate_fettuccine'] = {
		label = 'fettuccine',
		stack = true,
		close = false,
		weight = 10,
	},
		['plate_lasagnaclassico'] = {
		label = 'lasagna classic',
		stack = true,
		close = false,
		weight = 10,
	},
		['plate_lobsterlinguini.'] = {
		label = 'lobster linguini.',
		stack = true,
		close = false,
		weight = 10,
	},
		['plate_ratatouille'] = {
		label = 'ratatouille',
		stack = true,
		close = false,
		weight = 10,
	},
		['plate_spaghettiandmeatballs'] = {
		label = 'spaghetti and meatballs',
		stack = true,
		close = false,
		weight = 10,
	},
		['plate_tiramisu'] = {
		label = 'tiramisu',
		stack = true,
		close = false,
		weight = 10,
	},

Last updated