🩴Items

OX INVENTORY

This is an example with 20 different colors, you have to go to the config folder and open the colors.lua file and continue the sequence of the items.
// 20 colors
	['anod_red'] = {
		label = 'Anod Red',
		weight = 1,
		stack = false,
		close = true,
	},
	['anod_wine'] = {
		label = 'Anod Wine',
		weight = 1,
		stack = false,
		close = true,
	},
	['anod_purple'] = {
		label = 'Anod Purple',
		weight = 1,
		stack = false,
		close = true,
	},
	['anod_blue'] = {
		label = 'Anod Blue',
		weight = 1,
		stack = false,
		close = true,
	},
	['anod_green'] = {
		label = 'Anod Green',
		weight = 1,
		stack = false,
		close = true,
	},
	['anod_lime'] = {
		label = 'Anod Lime',
		weight = 1,
		stack = false,
		close = true,
	},
	['anod_copper'] = {
		label = 'Anod Copper',
		weight = 1,
		stack = false,
		close = true,
	},
	['anod_bronze'] = {
		label = 'Anod Bronze',
		weight = 1,
		stack = false,
		close = true,
	},
	['anod_champagne'] = {
		label = 'Anod Champagne',
		weight = 1,
		stack = false,
		close = true,
	},
	['anod_gold'] = {
		label = 'Anod Gold',
		weight = 1,
		stack = false,
		close = true,
	},
	['green_blue_flip'] = {
		label = 'Flip Green Blue',
		weight = 1,
		stack = false,
		close = true,
	},
	['green_red_flip'] = {
		label = 'Flip Green Red',
		weight = 1,
		stack = false,
		close = true,
	},
	['green_brow_flip'] = {
		label = 'Flip Green Brow',
		weight = 1,
		stack = false,
		close = true,
	},
	['green_turq_flip'] = {
		label = 'Flip Green Turq',
		weight = 1,
		stack = false,
		close = true,
	},
	['green_purp_flip'] = {
		label = 'Flip Green Purp',
		weight = 1,
		stack = false,
		close = true,
	},
	['turq_red_flip'] = {
		label = 'Flip Turq Red',
		weight = 1,
		stack = false,
		close = true,
	},
	['turq_purp_flip'] = {
		label = 'Flip Turq Purp',
		weight = 1,
		stack = false,
		close = true,
	},
	['cyan_purp_flip'] = {
		label = 'Flip Cyan Purp',
		weight = 1,
		stack = false,
		close = true,
	},

Last updated