Installation
["wood"] = {["name"] = "wood", ["label"] = "Wood", ["weight"] = 25, ["type"] = "item", ["image"] = "wood.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["wood_packaged"] = {["name"] = "wood_packaged", ["label"] = "Wood Packaged", ["weight"] = 25, ["type"] = "item", ["image"] = "wood_packaged.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["resin"] = {["name"] = "resin", ["label"] = "Resin", ["weight"] = 25, ["type"] = "item", ["image"] = "resin.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["resin_packaged"] = {["name"] = "resin_packaged", ["label"] = "Resin Packaged", ["weight"] = 25, ["type"] = "item", ["image"] = "resin_packaged.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["leaf"] = {["name"] = "leaf", ["label"] = "Leaf", ["weight"] = 25, ["type"] = "item", ["image"] = "leaf.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["axelevel1"] = {["name"] = "axelevel1", ["label"] = "Axe Level 1", ["weight"] = 25, ["type"] = "item", ["image"] = "axelevel1.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["axelevel2"] = {["name"] = "axelevel2", ["label"] = "Axe Level 2", ["weight"] = 25, ["type"] = "item", ["image"] = "axelevel2.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["axelevel3"] = {["name"] = "axelevel3", ["label"] = "Axe Level 3", ["weight"] = 25, ["type"] = "item", ["image"] = "axelevel3.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["axelevel4"] = {["name"] = "axelevel4", ["label"] = "Axe Level 4", ["weight"] = 25, ["type"] = "item", ["image"] = "axelevel4.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["axelevel5"] = {["name"] = "axelevel5", ["label"] = "Axe Level 5", ["weight"] = 25, ["type"] = "item", ["image"] = "axelevel5.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["lumberjack_ticket"] = {["name"] = "lumberjack_ticket", ["label"] = "Lumberjack Ticket", ["weight"] = 25, ["type"] = "item", ["image"] = "lumberjack_ticket.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
['wood'] = { label = 'wood', weight = 50, stack = true, allowArmed = false },
['wood_packaged'] = { label = 'wood_packaged', weight = 50, stack = true, allowArmed = false },
['resin'] = { label = 'resin', weight = 50, stack = true, allowArmed = false },
['resin_packaged'] = { label = 'resin_packaged', weight = 50, stack = true, allowArmed = false },
['leaf'] = { label = 'leaf', weight = 50, stack = true, allowArmed = false },
['axelevel1'] = { label = 'axelevel1', weight = 50, stack = true, allowArmed = false },
['axelevel2'] = { label = 'axelevel2', weight = 50, stack = true, allowArmed = false },
['axelevel3'] = { label = 'axelevel3', weight = 50, stack = true, allowArmed = false },
['axelevel4'] = { label = 'axelevel4', weight = 50, stack = true, allowArmed = false },
['axelevel5'] = { label = 'axelevel5', weight = 50, stack = true, allowArmed = false },
['lumberjack_ticket'] = { label = 'lumberjack_ticket', weight = 50, stack = true, allowArmed = false },
Last updated