mirror of
https://github.com/TeamMidnightDust/CustomSplashScreen.git
synced 2025-12-17 08:15:08 +01:00
CustomSplashScreen 2.0.0 - Rewrite
- Rewrite basically the entire mod for more stability and compatibility - Now uses MidnightLib for configuration - Added spinning loading indicator - Support for random background images located in /config/customsplashscreen/backgrounds - Boss Bar loading bar is now fixed and can be changed in color - Splash screen can now be previewed! All previous configs need to be rewritten, but all options are still available.
This commit is contained in:
@@ -1,19 +1,43 @@
|
||||
{
|
||||
"text.autoconfig.customsplashscreen.title":"Custom Splash Screen Config",
|
||||
"text.autoconfig.customsplashscreen.option.progressBarType":"Progress Bar Type",
|
||||
"text.autoconfig.customsplashscreen.option.logoStyle":"Logo Style",
|
||||
"text.autoconfig.customsplashscreen.option.backgroundImage":"Background Image",
|
||||
"text.autoconfig.customsplashscreen.option.backgroundColor":"Background Color",
|
||||
"text.autoconfig.customsplashscreen.option.progressBarColor":"Progress Bar Color",
|
||||
"text.autoconfig.customsplashscreen.option.progressFrameColor":"Progress Bar Frame Color",
|
||||
"text.autoconfig.customsplashscreen.option.customProgressBarMode":"Custom Progress Bar Mode",
|
||||
"text.autoconfig.customsplashscreen.option.customProgressBarBackground":"Custom Progress Bar Background",
|
||||
"text.autoconfig.customsplashscreen.option.bossBarType":"Boss Bar Style",
|
||||
"text.autoconfig.customsplashscreen.option.textures":"Texture Locations",
|
||||
"text.autoconfig.customsplashscreen.option.textures.MojangLogo":"Mojang Logo",
|
||||
"text.autoconfig.customsplashscreen.option.textures.Aspect1to1Logo":"Aspect 1 to 1 Logo",
|
||||
"text.autoconfig.customsplashscreen.option.textures.BossBarTexture":"Boss Bar Texture",
|
||||
"text.autoconfig.customsplashscreen.option.textures.CustomBarTexture":"Custom Progress Bar Texture",
|
||||
"text.autoconfig.customsplashscreen.option.textures.CustomBarBackgroundTexture":"Custom Progress Bar Background Texture",
|
||||
"text.autoconfig.customsplashscreen.option.textures.BackgroundTexture":"Background Texture"
|
||||
"customsplashscreen.midnightconfig.title":"Custom Splash Screen Config",
|
||||
"customsplashscreen.midnightconfig.category.general":"General",
|
||||
"customsplashscreen.midnightconfig.category.loading_indicator":"Loading Indicator",
|
||||
"customsplashscreen.midnightconfig.category.colors":"Colors",
|
||||
"customsplashscreen.midnightconfig.progressBarType":"Progress Bar Type",
|
||||
"customsplashscreen.midnightconfig.enum.ProgressBarType.Vanilla":"Vanilla",
|
||||
"customsplashscreen.midnightconfig.enum.ProgressBarType.BossBar":"Boss Bar",
|
||||
"customsplashscreen.midnightconfig.enum.ProgressBarType.Custom":"Custom",
|
||||
"customsplashscreen.midnightconfig.enum.ProgressBarType.SpinningCircle":"Spinning Circle",
|
||||
"customsplashscreen.midnightconfig.enum.ProgressBarType.Hidden":"Hidden",
|
||||
"customsplashscreen.midnightconfig.progressBarBackground":"Progress Bar Background",
|
||||
"customsplashscreen.midnightconfig.logoStyle":"Logo Style",
|
||||
"customsplashscreen.midnightconfig.enum.LogoStyle.Mojang":"Wide",
|
||||
"customsplashscreen.midnightconfig.enum.LogoStyle.Aspect1to1":"1to1",
|
||||
"customsplashscreen.midnightconfig.enum.LogoStyle.Hidden":"Hidden",
|
||||
"customsplashscreen.midnightconfig.logoBlend":"Use Blending on Logo",
|
||||
"customsplashscreen.midnightconfig.backgroundImage":"Background Image",
|
||||
"customsplashscreen.midnightconfig.backgroundColor":"Background Color",
|
||||
"customsplashscreen.midnightconfig.progressBarColor":"Progress Bar Color",
|
||||
"customsplashscreen.midnightconfig.progressFrameColor":"Progress Bar Frame Color",
|
||||
"customsplashscreen.midnightconfig.progressBackgroundColor":"Progress Bar Background Color",
|
||||
"customsplashscreen.midnightconfig.customProgressBarMode":"Custom Progress Bar Mode",
|
||||
"customsplashscreen.midnightconfig.enum.ProgressBarMode.Linear":"Linear",
|
||||
"customsplashscreen.midnightconfig.enum.ProgressBarMode.Stretch":"Stretch",
|
||||
"customsplashscreen.midnightconfig.spinningCircleSize":"Spinning Circle Size",
|
||||
"customsplashscreen.midnightconfig.spinningCircleSpeed":"Spinning Circle Speed",
|
||||
"customsplashscreen.midnightconfig.spinningCircleTrail":"Spinning Circle Trail Length",
|
||||
"customsplashscreen.midnightconfig.bossBarColor":"Boss Bar Color",
|
||||
"customsplashscreen.midnightconfig.enum.BossBarColor.MAGENTA":"Magenta",
|
||||
"customsplashscreen.midnightconfig.enum.BossBarColor.CYAN":"Cyan",
|
||||
"customsplashscreen.midnightconfig.enum.BossBarColor.RED":"Red",
|
||||
"customsplashscreen.midnightconfig.enum.BossBarColor.LIME":"Lime",
|
||||
"customsplashscreen.midnightconfig.enum.BossBarColor.YELLOW":"Yellow",
|
||||
"customsplashscreen.midnightconfig.enum.BossBarColor.PURPLE":"Purple",
|
||||
"customsplashscreen.midnightconfig.enum.BossBarColor.WHITE":"White",
|
||||
"customsplashscreen.midnightconfig.bossBarType":"Boss Bar Style",
|
||||
"customsplashscreen.midnightconfig.enum.BossBarType.PROGRESS":"Progress",
|
||||
"customsplashscreen.midnightconfig.enum.BossBarType.NOTCHED_6":"6 Notches",
|
||||
"customsplashscreen.midnightconfig.enum.BossBarType.NOTCHED_10":"10 Notches",
|
||||
"customsplashscreen.midnightconfig.enum.BossBarType.NOTCHED_12":"12 Notches",
|
||||
"customsplashscreen.midnightconfig.enum.BossBarType.NOTCHED_20":"20 Notches"
|
||||
}
|
||||
Reference in New Issue
Block a user