From bb56231d43f8d091d249eb0c31a674e160dd2869 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Tue, 21 Jan 2025 01:07:02 +0100 Subject: feat: Allow loading armors from the 1.21.0 format --- translations/en_us.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'translations/en_us.json') diff --git a/translations/en_us.json b/translations/en_us.json index 520d453..1432332 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -81,6 +81,8 @@ "firmament.config.custom-skyblock-textures.enabled.description": "Allow replacing items for texture packs. Turning this off does not disable custom predicates", "firmament.config.custom-skyblock-textures.legacy-cit": "Enable legacy CIT Resewn compat", "firmament.config.custom-skyblock-textures.legacy-cit.description": "Allow CIT resewn texture packs written for 1.20.4 to be loaded on newer versions.", + "firmament.config.custom-skyblock-textures.legacy-minecraft-path-support": "Enable Legacy Paths", + "firmament.config.custom-skyblock-textures.legacy-minecraft-path-support.description": "Allow texture packs to load textures from some legacy paths. I.e.: Allows loading 1.21.0 armor textures on 1.21.4.", "firmament.config.custom-skyblock-textures.model-overrides": "Enable model overrides/predicates", "firmament.config.custom-skyblock-textures.model-overrides.description": "Enable Firmament's model predicates. This will apply to vanilla models as well, if that vanilla model has Firmament predicates.", "firmament.config.custom-skyblock-textures.recolor-text": "Allow packs to recolor text", -- cgit