Items
Installation guide for stevo_fruitpicking
["apple"] = {
label = "Apple",
weight = 180,
close = true,
},
["pineapple"] = {
label = "Pineapple",
weight = 350,
close = true,
},
["apple"] = {
['name'] = 'apple',
['label'] = 'Apple',
['weight'] = 180,
['type'] = 'item',
['image'] = 'apple.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = ""
},
["pineapple"] = {
['name'] = 'pineapple',
['label'] = 'Pineapple',
['weight'] = 350,
['type'] = 'item',
['image'] = 'pineapple.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = ""
},
Last updated