Qb-crafting.zip 【ORIGINAL】
To start, ensure you have the main qb-crafting repository from GitHub.
Add ensure qb-crafting to your server.cfg file, ideally placing it after your core dependencies. 2. Basic Configuration qb-crafting.zip
Each recipe requires specific "Shared Items" from your qb-core/shared/items.lua . To start, ensure you have the main qb-crafting
To add a custom item, locate the Config.CraftingItems section in your config. It usually looks something like this: [1] = { name = "lockpick", amount =
You can set specific coordinates for permanent crafting benches (e.g., at a scrapyard or a gang hideout).
[1] = { name = "lockpick", amount = 1, info = {}, costs = { ["iron"] = 2, ["plastic"] = 1, }, type = "item", slot = 1, threshold = 0, -- Level requirement points = 5, -- XP gained }, Use code with caution. Copied to clipboard 4. Player Usage Once active on your server:
Unzip qb-crafting.zip into your server's resources/[qb] folder.