Compare commits
2 Commits
d3fe8d72ad
...
3957b81b9c
Author | SHA1 | Date |
---|---|---|
|
3957b81b9c | |
|
6ef737a3a4 |
|
@ -20,7 +20,7 @@ dark_mode_toggle_screens = "BOTH"
|
||||||
#Exclude certain screens from being affected by any text color alterations.
|
#Exclude certain screens from being affected by any text color alterations.
|
||||||
font_color_blacklist = ["chat_screen.title", "sign.edit", "hanging_sign.edit"]
|
font_color_blacklist = ["chat_screen.title", "sign.edit", "hanging_sign.edit"]
|
||||||
#Use a dark theme for the configuration screens.
|
#Use a dark theme for the configuration screens.
|
||||||
dark_theme = true
|
dark_theme = false
|
||||||
#The minimum brightness value of font while dark mode is enabled.
|
#The minimum brightness value of font while dark mode is enabled.
|
||||||
#Range: 0.0 ~ 1.0
|
#Range: 0.0 ~ 1.0
|
||||||
font_brightness = 0.75
|
font_brightness = 0.75
|
||||||
|
|
2
manifest
2
manifest
|
@ -2,7 +2,7 @@ const vars = {
|
||||||
id: "mcjaen2024",
|
id: "mcjaen2024",
|
||||||
icon: "https://git.ragestudio.net/srgooglo/jaen-united-2024/raw/branch/main/icon.gif",
|
icon: "https://git.ragestudio.net/srgooglo/jaen-united-2024/raw/branch/main/icon.gif",
|
||||||
name: "Jaen United Server",
|
name: "Jaen United Server",
|
||||||
version: "1.0.0",
|
version: "1.0.1",
|
||||||
author: "Jaen United",
|
author: "Jaen United",
|
||||||
description: "Jaen United Minecraft modpack",
|
description: "Jaen United Minecraft modpack",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue