From 7f14e90687c15509a975af874e2c334be84b14bc Mon Sep 17 00:00:00 2001 From: Illusion <163570364+illusi0n003@users.noreply.github.com> Date: Tue, 1 Apr 2025 01:58:30 +0200 Subject: [PATCH] Add files via upload Added workbench & attachment to items. --- shared/items.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/shared/items.lua b/shared/items.lua index 84de923..6164389 100644 --- a/shared/items.lua +++ b/shared/items.lua @@ -382,4 +382,9 @@ QBShared.Items = { newscam = { name = 'newscam', label = 'News Camera', weight = 100, type = 'item', image = 'newscam.png', unique = true, useable = true, shouldClose = true, description = 'A camera for the news' }, newsmic = { name = 'newsmic', label = 'News Microphone', weight = 100, type = 'item', image = 'newsmic.png', unique = true, useable = true, shouldClose = true, description = 'A microphone for the news' }, newsbmic = { name = 'newsbmic', label = 'Boom Microphone', weight = 100, type = 'item', image = 'newsbmic.png', unique = true, useable = true, shouldClose = true, description = 'A Useable BoomMic' }, -} + + -- Crafting table's + item_bench = {name = "item_bench", label = "Workbench", weight = 15000, type = "item", image = "workbench.png", unique = true, useable = true, shouldClose = false, combinable = nil, description = "A workbench to craft items."}, + attachment_bench = {name = "attachment_bench", label = "Attachment Workbench", weight = 15000, type = "item", image = "attworkbench.png", unique = true, useable = true, shouldClose = false, combinable = nil, description = "A workbench for crafting attachments."}, + +} \ No newline at end of file