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 = ''
    },    ['comic'] = {
        ['name'] = 'comic',
        ['label'] = 'Comic Book',
        ['weight'] = 20,
        ['type'] = 'item',
        ['image'] = 'comic.png',
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'Comic'
    },
    ['actiondoll'] = {
        ['name'] = 'actiondoll',
        ['label'] = 'Action Doll',
        ['weight'] = 20,
        ['type'] = 'item',
        ['image'] = 'actiondoll.png',
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'Action Doll'
    },
    ['boosterbox'] = {
        ['name'] = 'boosterbox',
        ['label'] = 'boosterbox',
        ['weight'] = 20,
        ['type'] = 'item',
        ['image'] = 'boosterbox.png',
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'boosterbox'
    },    ['comic'] = {
        ['name'] = 'comic',
        ['label'] = 'Comic Book',
        ['weight'] = 20,
        ['type'] = 'item',
        ['image'] = 'comic.png',
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'Comic'
    },
    ['actiondoll'] = {
        ['name'] = 'actiondoll',
        ['label'] = 'Action Doll',
        ['weight'] = 20,
        ['type'] = 'item',
        ['image'] = 'actiondoll.png',
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'Action Doll'
    },
    ['boosterbox'] = {
        ['name'] = 'boosterbox',
        ['label'] = 'boosterbox',
        ['weight'] = 20,
        ['type'] = 'item',
        ['image'] = 'boosterbox.png',
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'boosterbox'
    },Last updated