🐂ox_inventory
Add this to ox_inventory/data/items.lua
-- Start of MrNewbOrganics
['pineapple'] = {
label = 'Pineapple',
weight = 1,
},
['apple'] = {
label = 'Apple',
weight = 1,
},
['lettuce'] = {
label = 'Lettuce',
weight = 1,
},
-- End of MrNewbOrganics
Last updated