mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2025-03-26 02:45:26 +00:00
58 lines
1.3 KiB
Text
58 lines
1.3 KiB
Text
![]() |
/*
|
||
|
Configuration for Better Loading Screen,
|
||
|
this file is automatically generated, and is formatted under JSON5.
|
||
|
|
||
|
Custom Image Background: Place the image (Ideally 16:9) in config/better_loading_screen/background.png
|
||
|
*/
|
||
|
{
|
||
|
/*
|
||
|
Whether the memory usage bar should be drawn.
|
||
|
Default: true
|
||
|
*/
|
||
|
rendersMemoryBar: true,
|
||
|
/*
|
||
|
Whether the current hints on the top left should be drawn.
|
||
|
Default: true
|
||
|
*/
|
||
|
rendersHint: true,
|
||
|
/*
|
||
|
Renders the logo on the loading screen.
|
||
|
Default: true
|
||
|
*/
|
||
|
rendersLogo: true,
|
||
|
/*
|
||
|
Declares the background color of the loading screen.
|
||
|
Default: #EF323D
|
||
|
*/
|
||
|
backgroundColor: "#2b2b2b",
|
||
|
/*
|
||
|
Declares the bar color of the loading screen.
|
||
|
Default: #FFFFFF
|
||
|
*/
|
||
|
barColor: "#FFFFFF",
|
||
|
/*
|
||
|
Declares the bar frame color of the loading screen.
|
||
|
Default: #FFFFFF
|
||
|
*/
|
||
|
barFrameColor: "#FFFFFF",
|
||
|
/*
|
||
|
Declares the text color of the loading screen.
|
||
|
Default: #FFFFFF
|
||
|
*/
|
||
|
textColor: "#FFFFFF",
|
||
|
/*
|
||
|
Declares the logo color of the loading screen.
|
||
|
Default: #FFFFFF
|
||
|
*/
|
||
|
logoColor: "#FFFFFF",
|
||
|
/*
|
||
|
Detects KubeJS to grab the color from the KubeJS config.
|
||
|
Default: true
|
||
|
*/
|
||
|
detectKubeJS: true,
|
||
|
/*
|
||
|
Detects All The Tweaks to grab the background image.
|
||
|
Default: true
|
||
|
*/
|
||
|
detectAllTheTweaks: true,
|
||
|
}
|