mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-23 06:29:31 +00:00
force dashloader config
This commit is contained in:
parent
d146d8490b
commit
f274333622
1 changed files with 41 additions and 0 deletions
41
.minecraft/config/dashloader.json
Normal file
41
.minecraft/config/dashloader.json
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
{
|
||||||
|
"options": { "CACHE_SHADER": false },
|
||||||
|
"compression": "ZSTD",
|
||||||
|
"debugMode": false,
|
||||||
|
"paddingSize": 10,
|
||||||
|
"backgroundColor": "base1",
|
||||||
|
"foregroundColor": "text",
|
||||||
|
"colorVariables": {
|
||||||
|
"base0": "#19181a",
|
||||||
|
"green": "#a9dc76",
|
||||||
|
"blue": "#78dce8",
|
||||||
|
"text": "#fcfcfa",
|
||||||
|
"yellow": "#ffd866",
|
||||||
|
"orange": "#fc9867",
|
||||||
|
"purple": "#ab9df2",
|
||||||
|
"red": "#ff6188",
|
||||||
|
"base2": "#2d2a2e",
|
||||||
|
"base1": "#221f22"
|
||||||
|
},
|
||||||
|
"progressBarHeight": 2,
|
||||||
|
"progressBarSpeedDivision": 10,
|
||||||
|
"progressColors": [
|
||||||
|
"red",
|
||||||
|
"orange",
|
||||||
|
"yellow",
|
||||||
|
"green"
|
||||||
|
],
|
||||||
|
"progressTrackColor": "base0",
|
||||||
|
"lineAmount": 200,
|
||||||
|
"lineWidth": 100,
|
||||||
|
"lineMinHeight": 4,
|
||||||
|
"lineMaxHeight": 10,
|
||||||
|
"lineSpeed": 2.0,
|
||||||
|
"lineSpeedDifference": 4.0,
|
||||||
|
"lineDirection": "LEFT",
|
||||||
|
"lineColors": {
|
||||||
|
"base2": 1000,
|
||||||
|
"blue": 50,
|
||||||
|
"red": 1
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue