From 145fff6a59f0f58305d6c057e97f2a1d6c958744 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 27 Feb 2025 23:06:26 +0100 Subject: feat: Allow multi slot binding --- translations/en_us.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'translations') diff --git a/translations/en_us.json b/translations/en_us.json index 1d0a8ed..7034528 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -242,6 +242,8 @@ "firmament.config.slot-locking.lock-uuid": "Lock UUID (Lock Item)", "firmament.config.slot-locking.lock-uuid.description": "Lock a SkyBlock item by it's UUID. This blocks a specific item from being dropped/sold, but still allows moving it around.", "firmament.config.slot-locking.lock.description": "Lock a slot, preventing any item from being moved from, dropped from, or placed into this slot.", + "firmament.config.slot-locking.multi-bind": "Allow Multi Binding", + "firmament.config.slot-locking.multi-bind.description": "Allow binding the same hotbar slot to multiple inventory slots.", "firmament.config.slot-locking.require-quick-move": "Require Shift-Click for Bound Slots", "firmament.config.slot-locking.require-quick-move.description": "If turned off, allows to switch between bound slots without holding shift.", "firmament.config.storage-overlay": "Storage Overlay", -- cgit