From e61e7a38a047d1c0e073d1b47461a884f975e733 Mon Sep 17 00:00:00 2001 From: nea Date: Mon, 31 Jul 2023 18:00:32 +0200 Subject: Clickable chat links --- src/main/resources/assets/firmament/lang/en_us.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/assets/firmament/lang/en_us.json b/src/main/resources/assets/firmament/lang/en_us.json index 9fc4340..ee6a23b 100644 --- a/src/main/resources/assets/firmament/lang/en_us.json +++ b/src/main/resources/assets/firmament/lang/en_us.json @@ -69,11 +69,12 @@ "firmament.config.storage-overlay.scroll-speed": "Scroll Speed", "firmament.config.storage-overlay.inverse-scroll": "Invert Scroll", "firmament.config.storage-overlay.margin": "Margin", - "firmament.config.image-preview": "Image Preview", - "firmament.config.image-preview.enabled": "Enable Image Preview", - "firmament.config.image-preview.allow-all-hosts": "Allow all Image Hosts", - "firmament.config.image-preview.allowed-hosts": "Allowed Image Hosts", - "firmament.config.image-preview.position": "Chat Image Preview", + "firmament.config.chat-links": "Chat Links", + "firmament.config.chat-links.links-enabled": "Enable Clickable Links", + "firmament.config.chat-links.image-enabled": "Enable Image Preview", + "firmament.config.chat-links.allow-all-hosts": "Allow all Image Hosts", + "firmament.config.chat-links.allowed-hosts": "Allowed Image Hosts", + "firmament.config.chat-links.position": "Chat Image Preview", "firmament.hud.edit": "Edit %s", "firmament.config.custom-skyblock-textures": "Custom SkyBlock Item Textures", "firmament.config.custom-skyblock-textures.cache-duration": "Model Cache Duration", -- cgit