mirror of
https://github.com/jimathy/jim-consumables.git
synced 2026-08-17 06:26:03 +01:00
Version 2.0 Bump + readability changes
This commit is contained in:
14
config.lua
14
config.lua
@@ -1,17 +1,19 @@
|
||||
Config = {
|
||||
System = {
|
||||
Debug = false,
|
||||
Debug = true,
|
||||
EventDebug = false,
|
||||
|
||||
Notify = "qb",
|
||||
Menu = "qb",
|
||||
ProgressBar = "qb",
|
||||
drawText = "gta",
|
||||
Menu = "qb", -- "qb", "ox"
|
||||
Notify = "gta", -- "qb", "ox", "gta"
|
||||
ProgressBar = "gta", -- "qb", "ox", "gta"
|
||||
drawText = "gta", -- "qb", "ox", "gta"
|
||||
|
||||
},
|
||||
Main = {
|
||||
UseProgbar = false, -- Disabled this, progress bars stop all anims when complete.
|
||||
-- This is intended to create a progressbar to show consuming but it was usually forces animations to end weirdly
|
||||
},
|
||||
Crafting = {
|
||||
showItemBox = true
|
||||
showItemBox = true -- Display "use" item boxes on some inventories that need to be told to
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user