Installation
Items Installation
-- m-Mining
-- Ores
["coal"] = {["name"] = "coal", ["label"] = "Coal", ["weight"] = 25, ["type"] = "item", ["image"] = "coal.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["coal_piece"] = {["name"] = "coal_piece", ["label"] = "Piece of Coal", ["weight"] = 25, ["type"] = "item", ["image"] = "coal_piece.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["diamond"] = {["name"] = "diamond", ["label"] = "Diamond", ["weight"] = 25, ["type"] = "item", ["image"] = "diamond.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["diamond_piece"] = {["name"] = "diamond_piece", ["label"] = "Piece of Diamond", ["weight"] = 25, ["type"] = "item", ["image"] = "diamond_piece.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["emerald"] = {["name"] = "emerald", ["label"] = "Emerald", ["weight"] = 25, ["type"] = "item", ["image"] = "emerald.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["emerald_piece"] = {["name"] = "emerald_piece", ["label"] = "Piece of Emerald", ["weight"] = 25, ["type"] = "item", ["image"] = "emerald_piece.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["gold"] = {["name"] = "gold", ["label"] = "Gold", ["weight"] = 25, ["type"] = "item", ["image"] = "gold.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["gold_piece"] = {["name"] = "gold_piece", ["label"] = "Piece of Gold", ["weight"] = 25, ["type"] = "item", ["image"] = "gold_piece.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["iron"] = {["name"] = "iron", ["label"] = "Iron", ["weight"] = 25, ["type"] = "item", ["image"] = "iron.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["iron_piece"] = {["name"] = "iron_piece", ["label"] = "Piece of Iron", ["weight"] = 25, ["type"] = "item", ["image"] = "iron_piece.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["quartz"] = {["name"] = "quartz", ["label"] = "Quartz", ["weight"] = 25, ["type"] = "item", ["image"] = "quartz.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["quartz_piece"] = {["name"] = "quartz_piece", ["label"] = "Piece of Quartz", ["weight"] = 25, ["type"] = "item", ["image"] = "quartz_piece.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["ruby"] = {["name"] = "ruby", ["label"] = "Ruby", ["weight"] = 25, ["type"] = "item", ["image"] = "ruby.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["ruby_piece"] = {["name"] = "ruby_piece", ["label"] = "Piece of Ruby", ["weight"] = 25, ["type"] = "item", ["image"] = "ruby_piece.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["sapphire"] = {["name"] = "sapphire", ["label"] = "Sapphire", ["weight"] = 25, ["type"] = "item", ["image"] = "sapphire.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["sapphire_piece"] = {["name"] = "sapphire_piece", ["label"] = "Piece of Sapphire", ["weight"] = 25, ["type"] = "item", ["image"] = "sapphire_piece.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["sulfur"] = {["name"] = "sulfur", ["label"] = "Sulfur", ["weight"] = 25, ["type"] = "item", ["image"] = "sulfur.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["sulfur_piece"] = {["name"] = "sulfur_piece", ["label"] = "Piece of Sulfur", ["weight"] = 25, ["type"] = "item", ["image"] = "sulfur_piece.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["ferberite"] = {["name"] = "ferberite", ["label"] = "Ferberite", ["weight"] = 25, ["type"] = "item", ["image"] = "ferberite.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["magnetite"] = {["name"] = "magnetite", ["label"] = "Magnetite", ["weight"] = 25, ["type"] = "item", ["image"] = "magnetite.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["marble"] = {["name"] = "marble", ["label"] = "Marble", ["weight"] = 25, ["type"] = "item", ["image"] = "marble.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["metal"] = {["name"] = "metal", ["label"] = "Metal", ["weight"] = 25, ["type"] = "item", ["image"] = "metal.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["rock"] = {["name"] = "rock", ["label"] = "Rock", ["weight"] = 25, ["type"] = "item", ["image"] = "rock.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["wolframite"] = {["name"] = "wolframite", ["label"] = "Wolframite", ["weight"] = 25, ["type"] = "item", ["image"] = "wolframite.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
-- Pickaxes
["pickaxe"] = {["name"] = "pickaxe", ["label"] = "Pickaxe", ["weight"] = 25, ["type"] = "item", ["image"] = "pickaxe.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
-- Accesories
["diamond_chain"] = {["name"] = "diamond_chain", ["label"] = "Diamond Chain", ["weight"] = 25, ["type"] = "item", ["image"] = "diamond_chain.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["diamond_ring"] = {["name"] = "diamond_ring", ["label"] = "Diamond Ring", ["weight"] = 25, ["type"] = "item", ["image"] = "diamond_ring.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["emerald_chain"] = {["name"] = "emerald_chain", ["label"] = "Emerald Chain", ["weight"] = 25, ["type"] = "item", ["image"] = "emerald_chain.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["emerald_ring"] = {["name"] = "emerald_ring", ["label"] = "Emerald Ring", ["weight"] = 25, ["type"] = "item", ["image"] = "emerald_ring.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["gold_chain"] = {["name"] = "gold_chain", ["label"] = "Gold Chain", ["weight"] = 25, ["type"] = "item", ["image"] = "gold_chain.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["gold_ring"] = {["name"] = "gold_ring", ["label"] = "Gold Ring", ["weight"] = 25, ["type"] = "item", ["image"] = "gold_ring.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["quartz_chain"] = {["name"] = "quartz_chain", ["label"] = "Quartz Chain", ["weight"] = 25, ["type"] = "item", ["image"] = "quartz_chain.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["quartz_ring"] = {["name"] = "quartz_ring", ["label"] = "Quartz Ring", ["weight"] = 25, ["type"] = "item", ["image"] = "quartz_ring.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["ruby_chain"] = {["name"] = "ruby_chain", ["label"] = "Ruby Chain", ["weight"] = 25, ["type"] = "item", ["image"] = "ruby_chain.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["ruby_ring"] = {["name"] = "ruby_ring", ["label"] = "Ruby Ring", ["weight"] = 25, ["type"] = "item", ["image"] = "ruby_ring.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["sapphire_chain"] = {["name"] = "sapphire_chain", ["label"] = "Sapphire Chain", ["weight"] = 25, ["type"] = "item", ["image"] = "sapphire_chain.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["sapphire_piece"] = {["name"] = "sapphire_piece", ["label"] = "Sapphire Ring", ["weight"] = 25, ["type"] = "item", ["image"] = "sapphire_piece.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
-- m-Mining
['coal'] = { label = 'Coal', weight = 50, stack = true, allowArmed = false },
['coal_piece'] = { label = 'Piece of Coal', weight = 50, stack = true, allowArmed = false },
['diamond'] = { label = 'Diamond', weight = 50, stack = true, allowArmed = false },
['diamond_piece'] = { label = 'Piece of Diamond', weight = 50, stack = true, allowArmed = false },
['emerald'] = { label = 'Emerald', weight = 50, stack = true, allowArmed = false },
['emerald_piece'] = { label = 'Piece of Emerald', weight = 50, stack = true, allowArmed = false },
['gold'] = { label = 'Gold', weight = 50, stack = true, allowArmed = false },
['gold_piece'] = { label = 'Piece of Gold', weight = 50, stack = true, allowArmed = false },
['iron'] = { label = 'Iron', weight = 50, stack = true, allowArmed = false },
['iron_piece'] = { label = 'Piece of Iron', weight = 50, stack = true, allowArmed = false },
['quartz'] = { label = 'Quartz', weight = 50, stack = true, allowArmed = false },
['quartz_piece'] = { label = 'Piece of Quartz', weight = 50, stack = true, allowArmed = false },
['ruby'] = { label = 'Ruby', weight = 50, stack = true, allowArmed = false },
['ruby_piece'] = { label = 'Piece of Ruby', weight = 50, stack = true, allowArmed = false },
['sapphire'] = { label = 'Sapphire', weight = 50, stack = true, allowArmed = false },
['sapphire_piece'] = { label = 'Piece of Sapphire', weight = 50, stack = true, allowArmed = false },
['sulfur'] = { label = 'Sulfur', weight = 50, stack = true, allowArmed = false },
['sulfur_piece'] = { label = 'Piece of Sulfur', weight = 50, stack = true, allowArmed = false },
['ferberite'] = { label = 'Ferberite', weight = 50, stack = true, allowArmed = false },
['magnetite'] = { label = 'Magnetite', weight = 50, stack = true, allowArmed = false },
['marble'] = { label = 'Marble', weight = 50, stack = true, allowArmed = false },
['metal'] = { label = 'Metal', weight = 50, stack = true, allowArmed = false },
['rock'] = { label = 'Rock', weight = 50, stack = true, allowArmed = false },
['wolframite'] = { label = 'Wolframite', weight = 50, stack = true, allowArmed = false },
['pickaxe'] = { label = 'Pickaxe', weight = 50, stack = true, allowArmed = false },
['diamond_chain'] = { label = 'Diamond Chain', weight = 50, stack = true, allowArmed = false },
['diamond_ring'] = { label = 'Diamond Ring', weight = 50, stack = true, allowArmed = false },
['emerald_chain'] = { label = 'Emerald Chain', weight = 50, stack = true, allowArmed = false },
['emerald_ring'] = { label = 'Emerald Ring', weight = 50, stack = true, allowArmed = false },
['gold_chain'] = { label = 'Gold Chain', weight = 50, stack = true, allowArmed = false },
['gold_ring'] = { label = 'Gold Ring', weight = 50, stack = true, allowArmed = false },
['quartz_chain'] = { label = 'Quartz Chain', weight = 50, stack = true, allowArmed = false },
['quartz_ring'] = { label = 'Quartz Ring', weight = 50, stack = true, allowArmed = false },
['ruby_chain'] = { label = 'Ruby Chain', weight = 50, stack = true, allowArmed = false },
['ruby_ring'] = { label = 'Ruby Ring', weight = 50, stack = true, allowArmed = false },
['sapphire_chain'] = { label = 'Sapphire Chain', weight = 50, stack = true, allowArmed = false },
['sapphire_ring'] = { label = 'Sapphire Ring', weight = 50, stack = true, allowArmed = false },
Last updated