Installation
Last updated
["wood"] = {["name"] = "wood", ["label"] = "Wood", ["weight"] = 1, ["type"] = "item", ["image"] = "wood.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["metal"] = {["name"] = "metal", ["label"] = "Metal", ["weight"] = 1, ["type"] = "item", ["image"] = "metal.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["rope"] = {["name"] = "rope", ["label"] = "Rope", ["weight"] = 1, ["type"] = "item", ["image"] = "rope.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["shovel"] = {["name"] = "shovel", ["label"] = "Shovel", ["weight"] = 1, ["type"] = "item", ["image"] = "shovel.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},['wood'] = {
label = 'Wood',
weight = 1,
stack = true,
close = true,
description = nil
},
['metal'] = {
label = 'Metal',
weight = 1,
stack = true,
close = true,
description = nil
},
['rope'] = {
label = 'Rope',
weight = 1,
stack = true,
close = true,
description = nil
},
['shovel'] = {
label = 'Shovel',
weight = 1,
stack = true,
close = true,
description = nil
},