bunch of new mods
This commit is contained in:
parent
176e73c84f
commit
1ace97a60d
52 changed files with 626 additions and 5 deletions
24
config/betteradvancements-client.toml
Normal file
24
config/betteradvancements-client.toml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
defaultUncompletedIconColor = "#FFFFFF"
|
||||
defaultUncompletedTitleColor = "#0489C1"
|
||||
defaultCompletedIconColor = "#DBA213"
|
||||
defaultCompletedTitleColor = "#DBA213"
|
||||
doAdvancementsBackgroundFade = true
|
||||
showDebugCoordinates = false
|
||||
orderTabsAlphabetically = false
|
||||
#Values below 50% might give odd results, use on own risk ;)
|
||||
#Range: 1 ~ 100
|
||||
uiScaling = 100
|
||||
#Lists the criteria for partially completed advancements, e.g. the biomes required for 'Adventuring Time'
|
||||
# Off: Vanilla default
|
||||
# Default: List which criteria you have already obtained
|
||||
# Spoiler: Only reveal unobtained criteria
|
||||
# All: Show both obtained and unobtained criteria
|
||||
criteriaDetail = "Default"
|
||||
criteriaDetailRequiresShift = false
|
||||
addInventoryButton = false
|
||||
defaultDrawDirectLines = false
|
||||
defaultHideLines = false
|
||||
defaultCompletedLineColor = "#FFFFFF"
|
||||
defaultUncompletedLineColor = "#FFFFFF"
|
||||
onlyUseAboveAdvancementTabs = false
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue