Installation
["m_gravel"] = {["name"] = "m_gravel", ["label"] = "Gravel", ["weight"] = 150, ["type"] = "item", ["image"] = "m_gravel.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["m_gold"] = {["name"] = "m_gold", ["label"] = "Gold", ["weight"] = 150, ["type"] = "item", ["image"] = "m_gold.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["1ql_pieceofgold"] = {["name"] = "1ql_pieceofgold", ["label"] = "1ql Piece of Gold", ["weight"] = 150, ["type"] = "item", ["image"] = "1ql_pieceofgold.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["10ql_pieceofgold"] = {["name"] = "10ql_pieceofgold", ["label"] = "10ql Piece of Gold", ["weight"] = 150, ["type"] = "item", ["image"] = "10ql_pieceofgold.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["12ql_pieceofgold"] = {["name"] = "12ql_pieceofgold", ["label"] = "12ql Piece of Gold", ["weight"] = 150, ["type"] = "item", ["image"] = "12ql_pieceofgold.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["14ql_pieceofgold"] = {["name"] = "14ql_pieceofgold", ["label"] = "14ql Piece of Gold", ["weight"] = 150, ["type"] = "item", ["image"] = "14ql_pieceofgold.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["16ql_pieceofgold"] = {["name"] = "16ql_pieceofgold", ["label"] = "16ql Piece of Gold", ["weight"] = 150, ["type"] = "item", ["image"] = "16ql_pieceofgold.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["m_goldpan"] = {["name"] = "m_goldpan", ["label"] = "Gold Pan", ["weight"] = 150, ["type"] = "item", ["image"] = "m_goldpan.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["m_goldchain"] = {["name"] = "m_goldchain", ["label"] = "Gold Chain", ["weight"] = 150, ["type"] = "item", ["image"] = "m_goldchain.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["m_goldring"] = {["name"] = "m_goldring", ["label"] = "Gold Ring", ["weight"] = 150, ["type"] = "item", ["image"] = "m_goldring.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
["m_goldbracelet"] = {["name"] = "m_goldbracelet", ["label"] = "Gold Bracelet", ["weight"] = 150, ["type"] = "item", ["image"] = "m_goldbracelet.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
['10ql_pieceofgold'] = { label = '10ql Piece of Gold', weight = 50, stack = true, allowArmed = false },
['12ql_pieceofgold'] = { label = '12ql Piece of Gold', weight = 50, stack = true, allowArmed = false },
['14ql_pieceofgold'] = { label = '14ql Piece of Gold', weight = 50, stack = true, allowArmed = false },
['16ql_pieceofgold'] = { label = '16ql Piece of Gold', weight = 50, stack = true, allowArmed = false },
['1ql_pieceofgold'] = { label = '1ql Piece of Gold', weight = 50, stack = true, allowArmed = false },
['m_gold'] = { label = 'Gold', weight = 50, stack = true, allowArmed = false },
['m_goldbracelet'] = { label = 'Gold Bracelet', weight = 50, stack = true, allowArmed = false },
['m_goldchain'] = { label = 'Gold Chain', weight = 50, stack = true, allowArmed = false },
['m_goldpan'] = { label = 'Gold Pan', weight = 50, stack = true, allowArmed = false },
['m_goldring'] = { label = 'Gold Ring', weight = 50, stack = true, allowArmed = false },
['m_gravel'] = { label = 'Gravel', weight = 50, stack = true, allowArmed = false },
Last updated