Items - OX
Add these into your items list e.g. ox_inventory/data/items.lua
-- Farming
['bucket'] = { label = 'Bucket', weight = 500, stack = true, close = true, client = { image = 'bucket.png' }, description = 'An empty bucket!' },
['milkpail'] = { label = 'Milk Pail', weight = 500, stack = true, close = true, client = { image = 'milkpail.png' }, description = 'Pail filled with fresh milk' },
['trowel'] = { label = 'Trowel', weight = 500, stack = true, close = true, client = { image = 'trowel.png' }, description = 'Versatile farming tool' },
['weapon_knife'] = { label = 'Knife', weight = 1000, stack = true, close = true, client = { image = 'weapon_knife.png' }, description = 'A stabbing utensil' },
['apple'] = { label = 'Apple', weight = 100, stack = true, close = true, client = { image = 'apple.png' }, description = 'Do not eat the pip...' },
['bacon'] = { label = 'Bacon', weight = 100, stack = true, close = true, client = { image = 'bacon.png' }, description = 'Little slice of Kevin' },
['basil'] = { label = 'Basil', weight = 100, stack = true, close = true, client = { image = 'basil.png' }, description = 'A great seasoning!' },
['beef'] = { label = 'Beef', weight = 500, stack = true, close = true, client = { image = 'beef.png' }, description = 'A slab of raw beef' },
['blueberry'] = { label = 'Blueberry', weight = 100, stack = true, close = true, client = { image = 'blueberry.png' }, description = 'Technically not a berry' },
['boba'] = { label = 'Boba', weight = 100, stack = true, close = true, client = { image = 'boba.png' }, description = 'Chewy tapioca balls' },
['bread'] = { label = 'Bread', weight = 200, stack = true, close = true, client = { image = 'bread.png' }, description = 'The staple of humanity' },
['burgerpatty'] = { label = 'Burger Patty', weight = 100, stack = true, close = true, client = { image = 'burgerpatty.png' }, description = 'A raw burger patty' },
['carrot'] = { label = 'Carrot', weight = 100, stack = true, close = true, client = { image = 'carrot.png' }, description = 'Whats up, Doc?' },
['cheddar'] = { label = 'Cheddar', weight = 100, stack = true, close = true, client = { image = 'cheddar.png' }, description = 'A slice of cheddar cheese' },
['chicken'] = { label = 'Chicken', weight = 500, stack = true, close = true, client = { image = 'chicken.png' }, description = 'A raw chicken' },
['chickenbreast'] = { label = 'Chicken Breast', weight = 100, stack = true, close = true, client = { image = 'chickenbreast.png' }, description = 'A cooked chicken breast' },
['chickennugget'] = { label = 'Chicken Nuggets', weight = 100, stack = true, close = true, client = { image = 'chickennugget.png' }, description = 'A childhood favourite!' },
['cinnamon'] = { label = 'Cinnamon', weight = 100, stack = true, close = true, client = { image = 'cinnamon.png' }, description = 'Very festive' },
['cocoabean'] = { label = 'Cocoa Bean', weight = 100, stack = true, close = true, client = { image = 'cocoabean.png' }, description = 'Signature ingredient of chocolate' },
['coffeebean'] = { label = 'Coffee Beans', weight = 100, stack = true, close = true, client = { image = 'coffeebean.png' }, description = 'Signature ingredient of coffee' },
['cucumber'] = { label = 'Cucumber', weight = 100, stack = true, close = true, client = { image = 'cucumber.png' }, description = 'A creeping vine plant common in salads' },
['eggplant'] = { label = 'Eggplant', weight = 100, stack = true, close = true, client = { image = 'eggplant.png' }, description = 'A favourite of many... for consumption' },
['egg'] = { label = 'Egg', weight = 100, stack = true, close = true, client = { image = 'egg.png' }, description = 'Free range of course!' },
['flour'] = { label = 'Flour', weight = 100, stack = true, close = true, client = { image = 'flour.png' }, description = 'Milled powder from collected grain' },
['garlic'] = { label = 'Garlic', weight = 100, stack = true, close = true, client = { image = 'garlic.png' }, description = 'Not the favourite of Vampires' },
['grain'] = { label = 'Grain', weight = 100, stack = true, close = true, client = { image = 'grain.png' }, description = 'Some small, hard, dry seeds' },
['ham'] = { label = 'Ham', weight = 100, stack = true, close = true, client = { image = 'ham.png' }, description = 'Freshly sliced ham' },
['lemon'] = { label = 'Lemon', weight = 100, stack = true, close = true, client = { image = 'lemon.png' }, description = 'Citrusy delight' },
['lettuce'] = { label = 'Lettuce', weight = 100, stack = true, close = true, client = { image = 'lettuce.png' }, description = 'Perfect for burger topping... and Rabbits' },
['lime'] = { label = 'Lime', weight = 100, stack = true, close = true, client = { image = 'lime.png' }, description = 'Goes well with Tequila!' },
['milk'] = { label = 'Milk', weight = 100, stack = true, close = true, client = { image = 'milk.png' }, description = 'A glass bottle of milk' },
['mint'] = { label = 'Mint', weight = 100, stack = true, close = true, client = { image = 'mint.png' }, description = 'Peppermint? Spearmint? Who knows!' },
['mozzarella'] = { label = 'Mozzarella', weight = 100, stack = true, close = true, client = { image = 'mozzarella.png' }, description = 'Made from Italian Buffalo milk' },
['mushroom'] = { label = 'Mushroom', weight = 100, stack = true, close = true, client = { image = 'mushroom.png' }, description = 'What a fun guy!' },
['olives'] = { label = 'Olives', weight = 100, stack = true, close = true, client = { image = 'olives.png' }, description = 'Not for everyone..' },
['onion'] = { label = 'Onion', weight = 100, stack = true, close = true, client = { image = 'onion.png' }, description = 'Brings a tear to my eye' },
['orange'] = { label = 'Orange', weight = 100, stack = true, close = true, client = { image = 'orange.png' }, description = 'What came first - the fruit or the colour?' },
['peach'] = { label = 'Peach', weight = 100, stack = true, close = true, client = { image = 'peach.png' }, description = 'Peachy Keen!' },
['peanut'] = { label = 'Peanut', weight = 100, stack = true, close = true, client = { image = 'peanut.png' }, description = 'Make sure you are not allergic!' },
['pepper'] = { label = 'Pepper', weight = 100, stack = true, close = true, client = { image = 'pepper.png' }, description = 'Surprisingly good raw!' },
['pork'] = { label = 'Pork', weight = 500, stack = true, close = true, client = { image = 'pork.png' }, description = 'No longer wabbit season..' },
['potato'] = { label = 'Potato', weight = 100, stack = true, close = true, client = { image = 'potato.png' }, description = 'An Irish staple' },
['pumpkin'] = { label = 'Pumpkin', weight = 100, stack = true, close = true, client = { image = 'pumpkin.png' }, description = 'Spooky!' },
['salami'] = { label = 'Salami', weight = 100, stack = true, close = true, client = { image = 'salami.png' }, description = 'Thats some spicy sausage!' },
['sausages'] = { label = 'Sausages', weight = 100, stack = true, close = true, client = { image = 'sausages.png' }, description = 'Some not-so-spicy sausage!' },
['soybean'] = { label = 'Soybean', weight = 100, stack = true, close = true, client = { image = 'soybean.png' }, description = 'A bean, but a legume' },
['strawberry'] = { label = 'Strawberry', weight = 100, stack = true, close = true, client = { image = 'strawberry.png' }, description = 'Technically not a berry' },
['sugar'] = { label = 'Sugar', weight = 100, stack = true, close = true, client = { image = 'sugar.png' }, description = 'Something sweet!' },
['sugarcane'] = { label = 'Sugarcane', weight = 100, stack = true, close = true, client = { image = 'sugarcane.png' }, description = 'A sucrose-rich grass stalk' },
['tofu'] = { label = 'Tofu', weight = 100, stack = true, close = true, client = { image = 'tofu.png' }, description = 'Vegan friendly!' },
['tomato'] = { label = 'Tomato', weight = 100, stack = true, close = true, client = { image = 'tomato.png' }, description = 'A fruit. Not a vegetable.' },
['yeast'] = { label = 'Yeast', weight = 100, stack = true, close = true, client = { image = 'yeast.png' }, description = 'Single-celled organisms' },
['yuzu'] = { label = 'Yuzu', weight = 100, stack = true, close = true, client = { image = 'yuzu.png' }, description = 'Japanese citrus fruit that resembles a small grapefruit' },
-- Beekeeping
['pollen'] = { label = 'Pollen', weight = 100, stack = true, close = true, client = { image = 'pollen.png' }, description = 'Powdery substance produced by flowers of seed plants' },
['pollen_apple'] = { label = 'Apple Pollen', weight = 100, stack = true, close = true, client = { image = 'pollen_apple.png' }, description = 'Pollen collected from apple fruit trees' },
['pollen_lemon'] = { label = 'Lemon Pollen', weight = 100, stack = true, close = true, client = { image = 'pollen_lemon.png' }, description = 'Pollen collected from lemon fruit trees' },
['pollen_lime'] = { label = 'Lime Pollen', weight = 100, stack = true, close = true, client = { image = 'pollen_lime.png' }, description = 'Pollen collected from lime fruit trees' },
['pollen_orange'] = { label = 'Orange Pollen', weight = 100, stack = true, close = true, client = { image = 'pollen_orange.png' }, description = 'Pollen collected from orange fruit trees' },
['pollen_peach'] = { label = 'Peach Pollen', weight = 100, stack = true, close = true, client = { image = 'pollen_peach.png' }, description = 'Pollen collected from peach fruit trees' },
Last updated