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/resources | |
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/resources')
-rw-r--r-- | src/main/resources/assets/firmament/lang/en_us.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/assets/firmament/lang/en_us.json b/src/main/resources/assets/firmament/lang/en_us.json index cd4d2d4..9a204f7 100644 --- a/src/main/resources/assets/firmament/lang/en_us.json +++ b/src/main/resources/assets/firmament/lang/en_us.json @@ -191,6 +191,7 @@ "firmament.config.custom-skyblock-textures.cache-duration": "Model Cache Duration", "firmament.config.custom-skyblock-textures.model-overrides": "Enable model overrides/predicates", "firmament.config.custom-skyblock-textures.legacy-cit": "Enable legacy CIT Resewn compat", + "firmament.config.custom-skyblock-textures.recolor-text": "Allow packs to recolor text", "firmament.config.custom-skyblock-textures.armor-overrides": "Enable Armor re-texturing", "firmament.config.custom-skyblock-textures.block-overrides": "Enable Block re-modelling", "firmament.config.custom-skyblock-textures.enabled": "Enable Custom Item Textures", |