OX Inventory
Install
Open
ox_inventory/data/items.lua
file and configure it according to your preferences.
['alphonsomango'] = {
label = 'alphonso mango',
stack = true,
close = false,
weight = 10,
},
['caramelapplepie'] = {
label = 'caramel apple pie',
stack = true,
close = false,
weight = 10,
},
['caramelcookiecrunch'] = {
label = 'caramel cookie crunch',
stack = true,
close = false,
weight = 10,
},
['collection_chocolatecarmelblondie'] = {
label = 'chocolate carmel blondie',
stack = true,
close = false,
weight = 10,
},
['chocolatefudgeswirl'] = {
label = 'chocolate fudge swirl',
stack = true,
close = false,
weight = 10,
},
['coconutalmondchocolate'] = {
label = 'coconut almond chocolate',
stack = true,
close = false,
weight = 10,
},
['coldbrewcoffee'] = {
label = 'cold brew coffee',
stack = true,
close = false,
weight = 10,
},
['doubledarkchocolate'] = {
label = 'double dark chocolate',
stack = true,
close = false,
weight = 10,
},
['mintcookiecrunch'] = {
label = 'mint cookie crunch',
stack = true,
close = false,
weight = 10,
},
['peanutbutterfudge'] = {
label = 'peanut butter fudge',
stack = true,
close = false,
weight = 10,
},
['collection_pumpkinpie'] = {
label = 'pumpkinpie',
stack = true,
close = false,
weight = 10,
},
['raspberrycheesecake'] = {
label = 'raspberry cheesecake',
stack = true,
close = false,
weight = 10,
},
['vanillablueberrycrumble'] = {
label = 'vanilla blueberry crumble',
stack = true,
close = false,
weight = 10,
},
['vanillacinnamon'] = {
label = 'vanilla cinnamon',
stack = true,
close = false,
weight = 10,
},
Last updated