From c71fca6cc633416162b2dd010c52182662ceff85 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Fri, 18 Oct 2024 16:35:18 +0200 Subject: Add custom inventory text color texture pack support --- src/main/kotlin/features/texturepack/CustomSkyBlockTextures.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/kotlin/features/texturepack/CustomSkyBlockTextures.kt') 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 -- cgit