diff options
author | Linnea Gräf <nea@nea.moe> | 2024-10-18 16:35:18 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-10-18 16:35:18 +0200 |
commit | c71fca6cc633416162b2dd010c52182662ceff85 (patch) | |
tree | 71b13f7f666d6b3ade6cded1266b5856a47e3c21 /src/main/kotlin/features/texturepack/CustomSkyBlockTextures.kt | |
parent | c89b663acad487caeb15f7521be3dd14342dd4e7 (diff) | |
download | Firmament-c71fca6cc633416162b2dd010c52182662ceff85.tar.gz Firmament-c71fca6cc633416162b2dd010c52182662ceff85.tar.bz2 Firmament-c71fca6cc633416162b2dd010c52182662ceff85.zip |
Add custom inventory text color texture pack support
Diffstat (limited to 'src/main/kotlin/features/texturepack/CustomSkyBlockTextures.kt')
-rw-r--r-- | src/main/kotlin/features/texturepack/CustomSkyBlockTextures.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/features/texturepack/CustomSkyBlockTextures.kt b/src/main/kotlin/features/texturepack/CustomSkyBlockTextures.kt index b641959..627d39a 100644 --- a/src/main/kotlin/features/texturepack/CustomSkyBlockTextures.kt +++ b/src/main/kotlin/features/texturepack/CustomSkyBlockTextures.kt @@ -35,6 +35,7 @@ object CustomSkyBlockTextures : FirmamentFeature { val enableArmorOverrides by toggle("armor-overrides") { true } val enableBlockOverrides by toggle("block-overrides") { true } val enableLegacyCIT by toggle("legacy-cit") { true } + val allowRecoloringUiText by toggle("recolor-text") { true } } override val config: ManagedConfig |