Update config.lua

This commit is contained in:
Taavi
2022-09-23 00:07:14 +08:00
committed by GitHub
parent 665376aeb9
commit b13caf9e2a
+4 -4
View File
@@ -4,14 +4,14 @@ Config.Visible = true
Config.Food = {
["bread"] = {
status = 10000,
remove = false -- want the item to remove on use
status = 200000,
remove = false
}
}
Config.Drinks = {
["water"] = {
status = 10000,
remove = true -- want the item to remove on use
status = 100000,
remove = true
}
}