Оно живое, гт теперь работает
This commit is contained in:
parent
c1588d7542
commit
44efcf1434
65 changed files with 732 additions and 11 deletions
|
|
@ -55,6 +55,16 @@
|
|||
showGuideBookLinksAlways = true
|
||||
#If a button linking to the TFC Field Guide should be added to the inventory, climate, nutrition, and calendar screens?
|
||||
showGuideBookTabInInventory = true
|
||||
#Allows the vanilla XP bar to render.
|
||||
enableExperienceBar = true
|
||||
#The style to display all time delta / duration tooltips in.
|
||||
#DAYS = Display values larger than a month as a number of days, i.e. '105 day(s)'
|
||||
#DAYS_MONTHS = Display values larger than a year as a number of months and days, i.e. '13 month(s), 1 day(s)'
|
||||
#DAYS_MONTHS_YEARS = Display values as normal, i.e. '1 year(s), 1 month(s), 1 day(s)'
|
||||
#Allowed Values: DAYS_MONTHS_YEARS, DAYS_MONTHS, DAYS
|
||||
timeDeltaTooltipStyle = "DAYS_MONTHS_YEARS"
|
||||
#If true, mods like Jade that add info when hovering on a block will add the hoe's overlay info to the tooltip, even when not holding a hoe.
|
||||
showHoeOverlaysInInfoMods = true
|
||||
|
||||
[compatibility]
|
||||
#Defines additional metal sheet textures that should be added to the block atlas, as they would be otherwise unused, for use in ingot piles and metal sheet blocks.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue