diff options
author | Linnea Gräf <nea@nea.moe> | 2024-12-22 15:32:18 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-12-22 15:32:18 +0100 |
commit | a9a801048d694e5b250f3a23089075e9b7bd976c (patch) | |
tree | 9bd3eeb7cd3bfe650d4c098ee505df5116ac0799 /translations/en_us.json | |
parent | ba79b46f64d541504b391dae17efb485a08e7745 (diff) | |
download | Firmament-a9a801048d694e5b250f3a23089075e9b7bd976c.tar.gz Firmament-a9a801048d694e5b250f3a23089075e9b7bd976c.tar.bz2 Firmament-a9a801048d694e5b250f3a23089075e9b7bd976c.zip |
feat: Option to not rendering slot binding lines
Diffstat (limited to 'translations/en_us.json')
-rw-r--r-- | translations/en_us.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/translations/en_us.json b/translations/en_us.json index d191c84..668bfdc 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -202,6 +202,11 @@ "firmament.config.save-cursor-position.tolerance.description": "Select how long your cursor position last between GUIs before resetting back to the middle of the screen.", "firmament.config.slot-locking": "Slot Locking", "firmament.config.slot-locking.bind": "Bind Slot", + "firmament.config.slot-locking.bind-render": "Show Slot Bindings", + "firmament.config.slot-locking.bind-render.choice.everything": "Always", + "firmament.config.slot-locking.bind-render.choice.nothing": "Only when hovered", + "firmament.config.slot-locking.bind-render.choice.only_boxes": "Only boxes", + "firmament.config.slot-locking.bind-render.description": "Disable rendering of the slot binding lines (or all of the slot binding rendering), unless the relevant slot is being hovered.", "firmament.config.slot-locking.bind.description": "Bind a hotbar slot to another slot. This allows quick switching between the slots by shift clicking on either slot.", "firmament.config.slot-locking.lock": "Lock Slot", "firmament.config.slot-locking.lock-uuid": "Lock UUID (Lock Item)", |