diff options
author | nea <nea@nea.moe> | 2023-08-25 14:18:43 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-08-25 14:18:43 +0200 |
commit | 784231941661a3108549a1b5cd499bc5f7de2e46 (patch) | |
tree | 1e7c85001aef50af5d0491b2d97ae4fa09bb87d7 /src/main/resources | |
parent | a79452c25406e17b81dd0ed1209f590d01991c68 (diff) | |
download | firmament-784231941661a3108549a1b5cd499bc5f7de2e46.tar.gz firmament-784231941661a3108549a1b5cd499bc5f7de2e46.tar.bz2 firmament-784231941661a3108549a1b5cd499bc5f7de2e46.zip |
Add better key binding support
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/firmament/lang/en_us.json | 3 |
1 files changed, 3 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 5df94a7..ad799e2 100644 --- a/src/main/resources/assets/firmament/lang/en_us.json +++ b/src/main/resources/assets/firmament/lang/en_us.json @@ -79,6 +79,9 @@ "firmament.config.chat-links.allowed-hosts": "Allowed Image Hosts", "firmament.config.chat-links.position": "Chat Image Preview", "firmament.hud.edit": "Edit %s", + "firmament.keybinding.external": "External", + "firmament.config.slot-locking": "Slot Locking", + "firmament.config.slot-locking.lock": "Lock Slot", "firmament.config.custom-skyblock-textures": "Custom SkyBlock Item Textures", "firmament.config.custom-skyblock-textures.cache-duration": "Model Cache Duration", "firmament.config.custom-skyblock-textures.enabled": "Enable Custom Item Textures", |