đ ī¸Installation
qb-core/shared/items.lua
-- 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"] = ""},
Last updated