From f2743336222622bb76d279fb1e0f8df9a4eee609 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Mon, 7 Feb 2022 16:41:16 -0800 Subject: [PATCH] force dashloader config --- .minecraft/config/dashloader.json | 41 +++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .minecraft/config/dashloader.json diff --git a/.minecraft/config/dashloader.json b/.minecraft/config/dashloader.json new file mode 100644 index 0000000..7913e82 --- /dev/null +++ b/.minecraft/config/dashloader.json @@ -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 + } +} \ No newline at end of file