-- Meth Car
['acetone'] = {
['name'] = 'acetone',
['label'] = 'Acetone',
['weight'] = 300,
['type'] = 'item',
['image'] = 'acetone.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Acetone'
},
['hydrochloricacid'] = {
['name'] = 'hydrochloricacid',
['label'] = 'Hydrochloric Acid',
['weight'] = 500,
['type'] = 'item',
['image'] = 'hydrochloricacid.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Hydrochloric Acid'
},
['ephedrine'] = {
['name'] = 'ephedrine',
['label'] = 'Ephedrine',
['weight'] = 1000,
['type'] = 'item',
['image'] = 'ephedrine.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Ephedrine'
},