Items

Installation guide for stevo_advancedvineyard

['whitegrape'] = {
    label = 'White Grape',
    weight = 10,
    stack = true,
},
['redgrape'] = {
    label = 'Red Grape',
    weight = 10,
   stack = true,
},
['redwinebottle'] = {
    label = 'Red Whine',
    weight = 10,
    stack = true,
},
['whitewinebottle'] = {
    label = 'White Wine',
    weight = 10,
    stack = true,
},
['emptywinebottle'] = {
    label = 'Empty Wine Bottle',
    weight = 10,
    stack = true,
},

Last updated