Alpha Release: 0.9.0 (#849)
Signed-off-by: Pyritie <pyritie@gmail.com> Signed-off-by: TomPlop <tomdidome@gmail.com> Co-authored-by: Xikaro <os.valerievich@ya.ru> Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com> Co-authored-by: Redeix <brayden.j.m.ford@gmail.com> Co-authored-by: TomPlop <tomdidome@gmail.com> Co-authored-by: aidie8 <aidenvanzuilen@gmail.com> Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Zleub <debray.arnaud@gmail.com>
This commit is contained in:
parent
d344316e5a
commit
ec2e3cd3c4
2193 changed files with 104602 additions and 53195 deletions
21
config/decay_2012-client.toml
Normal file
21
config/decay_2012-client.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
[general]
|
||||
#(THIS OPTION ALWAYS OVERRIDES THE TFC OPTION) Food expiry tooltip display style. This affects what information is shown on the food item stack tooltips.
|
||||
#NONE - Shows nothing. Maximum mystery!
|
||||
#EXPIRY - e.g. 'Expires on June 3, 05:00
|
||||
#TIME_LEFT - e.g. 'Expires in about 3 day(s)
|
||||
#BOTH - Shows both of the above, e.g. Expires on June 3, 05:00 (in about 3 day(s)).
|
||||
#Allowed Values: NONE, EXPIRY, TIME_LEFT, BOTH
|
||||
foodExpiryTooltipStyle = "BOTH"
|
||||
#If true, food stack counts will render behind the weight bar
|
||||
enableFoodShowsStackCount = true
|
||||
#The value that should be displayed as the maximum ounces (or whatever kind of weight type you choose) a food item could weigh. By default, a full stack is 160 ounces.
|
||||
#Range: > 1
|
||||
maxOunces = 16
|
||||
#Enable rendering a food weight bar
|
||||
enableFoodWeightRender = false
|
||||
#Enable rendering a food weight bar
|
||||
enableFoodDecayRender = true
|
||||
#If true, SI units will be used for food weight instead of the traditional oz. The name of this config option is a joke, I know SI units are used outside of Europe.
|
||||
enableEuropeanMode = true
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue