forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
6140d9b050
commit
0088f1f64a
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ Config.Options = { -- Item Options
|
||||||
}
|
}
|
||||||
|
|
||||||
Config.MaxValues = { -- If you want a custom maximum for a value, change -1 to the number. This is already handled in the bridge.
|
Config.MaxValues = { -- If you want a custom maximum for a value, change -1 to the number. This is already handled in the bridge.
|
||||||
hunger = 40,
|
hunger = -1,
|
||||||
thirst = -1,
|
thirst = -1,
|
||||||
stress = -1,
|
stress = -1,
|
||||||
armor = -1,
|
armor = -1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue