Update config.lua

This commit is contained in:
Taavi
2022-09-22 20:25:11 +08:00
committed by GitHub
parent 69342a678b
commit 7d1306f78c
+14
View File
@@ -1,3 +1,17 @@
Config = {}
Config.Locale = 'en'
Config.Visible = true
Config.Food = {
["bread"] = {
status = 10000,
remove = false -- want the item to remove on use
}
}
Config.Drinks = {
["water"] = {
status = 10000,
remove = true -- want the item to remove on use
}
}