QBCore Customizable Crafting System
- setup your inventory resource in the config under
Config.Inventory - also update the inventory config in
html/script.js - If you are going to be using mz-skills then you need to add the following config to the mz-skills config file...
["Crafting"] = {
["Current"] = 0,
["RemoveAmount"] = 0,
["Stat"] = "CRAFTING_ABILITY",
['icon'] = 'fas fa-crate-empty',
},- follow the rest of the config to setup all of your crafting locations and items
