mirror of
https://github.com/jimathy/jim-consumables.git
synced 2026-08-17 14:36:03 +01:00
19 lines
581 B
Lua
19 lines
581 B
Lua
Config = {
|
|
System = {
|
|
Debug = false,
|
|
EventDebug = false,
|
|
|
|
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 -- Display "use" item boxes on some inventories that need to be told to
|
|
}
|
|
} |