Installation
-- Meat
['carnebad'] = {['name'] = 'carnebad', ['label'] = 'Low Quality Meat', ['weight'] = 20, ['type'] = 'item', ['image'] = 'carnebad.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['carnemed'] = {['name'] = 'carnemed', ['label'] = 'Medium Quality Meat', ['weight'] = 20, ['type'] = 'item', ['image'] = 'carnemed.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['carnemax'] = {['name'] = 'carnemax', ['label'] = 'Maximum Quality Meat', ['weight'] = 20, ['type'] = 'item', ['image'] = 'carnemax.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
-- Leather
['courobad'] = {['name'] = 'courobad', ['label'] = 'Low Quality Leather', ['weight'] = 20, ['type'] = 'item', ['image'] = 'courobad.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['couromed'] = {['name'] = 'couromed', ['label'] = 'Medium Quality Leather', ['weight'] = 20, ['type'] = 'item', ['image'] = 'couromed.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['couromax'] = {['name'] = 'couromax', ['label'] = 'Maximum Quality Leather', ['weight'] = 20, ['type'] = 'item', ['image'] = 'couromax.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
-- Horns
['chifresbad'] = {['name'] = 'chifresbad', ['label'] = 'Low Quality Horns', ['weight'] = 20, ['type'] = 'item', ['image'] = 'chifresbad.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['chifresmed'] = {['name'] = 'chifresmed', ['label'] = 'Medium Quality Horns', ['weight'] = 20, ['type'] = 'item', ['image'] = 'chifresmed.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['chifresmax'] = {['name'] = 'chifresmax', ['label'] = 'Maximum Quality Horns', ['weight'] = 20, ['type'] = 'item', ['image'] = 'chifresmax.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
-- Knives
['facanivel1'] = {['name'] = 'facanivel1', ['label'] = 'Knife Level 1', ['weight'] = 20, ['type'] = 'item', ['image'] = 'facanivel1.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['facanivel2'] = {['name'] = 'facanivel2', ['label'] = 'Knife Level 2', ['weight'] = 20, ['type'] = 'item', ['image'] = 'facanivel2.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['facanivel3'] = {['name'] = 'facanivel3', ['label'] = 'Knife Level 3', ['weight'] = 20, ['type'] = 'item', ['image'] = 'facanivel3.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['facanivel4'] = {['name'] = 'facanivel4', ['label'] = 'Knife Level 4', ['weight'] = 20, ['type'] = 'item', ['image'] = 'facanivel4.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['facanivel5'] = {['name'] = 'facanivel5', ['label'] = 'Knife Level 5', ['weight'] = 20, ['type'] = 'item', ['image'] = 'facanivel5.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
-- Bait
['huntingbait'] = {['name'] = 'huntingbait', ['label'] = 'Animal Bait', ['weight'] = 25, ['type'] = 'item', ['image'] = 'huntingbait.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
-- Tents
['tendanivel1'] = {['name'] = 'tendanivel1', ['label'] = 'Tent Level 1', ['weight'] = 25, ['type'] = 'item', ['image'] = 'tendanivel1.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['tendanivel2'] = {['name'] = 'tendanivel2', ['label'] = 'Tent Level 2', ['weight'] = 25, ['type'] = 'item', ['image'] = 'tendanivel2.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['tendanivel3'] = {['name'] = 'tendanivel3', ['label'] = 'Tent Level 3', ['weight'] = 25, ['type'] = 'item', ['image'] = 'tendanivel3.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
-- Cooking
['grelhador'] = {['name'] = 'grelhador', ['label'] = 'Grill', ['weight'] = 25, ['type'] = 'item', ['image'] = 'grelhador.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['badbeefcooking'] = {['name'] = 'badbeefcooking', ['label'] = 'Low QL Cooked Meat', ['weight'] = 25, ['type'] = 'item', ['image'] = 'badbeefcooking.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['medbeefcooking'] = {['name'] = 'medbeefcooking', ['label'] = 'Medium QL Cooked Meat', ['weight'] = 25, ['type'] = 'item', ['image'] = 'medbeefcooking.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['maxbeefcooking'] = {['name'] = 'maxbeefcooking', ['label'] = 'Maximum QL Cooked Meat', ['weight'] = 25, ['type'] = 'item', ['image'] = 'maxbeefcooking.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}
['badmeat'] = { label = 'Low Quallity Meat', weight = 5, stack = true, allowArmed = false },
['medmeat'] = { label = 'Med Quallity Meat', weight = 5, stack = true, allowArmed = false },
['maxmeat'] = { label = 'Max Quallity Meat', weight = 5, stack = true, allowArmed = false },
['badleather'] = { label = 'Low Quallity Leather', weight = 5, stack = true, allowArmed = false },
['medleather'] = { label = 'Med Quallity Leather', weight = 5, stack = true, allowArmed = false },
['maxleather'] = { label = 'Max Quallity Leather', weight = 5, stack = true, allowArmed = false },
['badhorns'] = { label = 'Low Quallity Horns', weight = 5, stack = true, allowArmed = false },
['medhorns'] = { label = 'Med Quallity Horns', weight = 5, stack = true, allowArmed = false },
['maxhorns'] = { label = 'Max Quallity Horns', weight = 5, stack = true, allowArmed = false },
['knifelevel1'] = { label = 'Knife Level 1', weight = 50, stack = true, allowArmed = false },
['knifelevel2'] = { label = 'Knife Level 2', weight = 50, stack = true, allowArmed = false },
['knifelevel3'] = { label = 'Knife Level 3', weight = 50, stack = true, allowArmed = false },
['knifelevel4'] = { label = 'Knife Level 4', weight = 50, stack = true, allowArmed = false },
['knifelevel5'] = { label = 'Knife Level 5', weight = 50, stack = true, allowArmed = false },
['huntinglegalbait'] = { label = 'Legal Bait', weight = 50, stack = true, allowArmed = false },
['huntingillegalbait'] = { label = 'Illegal Bait', weight = 50, stack = true, allowArmed = false },
Inside
qb-smallresources/config.lua
- Search this: ConsumeablesEat = {
- Put this:
["maxbeefcooking"] = math.random(35, 50),
["medbeefcooking"] = math.random(35, 50),
["badbeefcooking"] = math.random(35, 50),
Last updated