Snippets
Item Snippets
Here are some snippets to add items to your framework.
['comic'] = {
label = 'Comic Book',
weight = 20,
consume = 1,
metadata = {},
stack = true,
close = true,
description = ''
},
['actiondoll'] = {
label = 'Action Doll',
weight = 20,
consume = 1,
metadata = {},
stack = true,
close = true,
description = ''
},
['boosterbox'] = {
label = 'Booster Box',
weight = 20,
consume = 1,
metadata = {},
server = {export = 't3_comicrobbery.boosterbox'},
stack = true,
close = true,
description = ''
},
Last updated