β¬οΈInstallation
Items
['zf-laundromat-coins'] = { name = 'zf-laundromat-coins', label = 'Coins', weight = 75, type = 'item', image = 'zf-laundromat-coins.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'A Nice gold Coin'},
['zf-chipper-zero'] = { name = 'zf-chipper-zero', label = 'Chipper Zero', weight = 1000, type = 'item', image = 'zf-chipper-zero.png', unique = true, useable = false, shouldClose = false, combinable = nil, description = 'A weird USB key' },['zf-laundromat-coins'] = {
label = 'Coins',
weight = 10,
stack = true,
},
['zf-chipper-zero'] = {
label = 'Chipper Zero',
weight = 600,
stack = false,
},Images for items can be found here on Github
Last updated