From 74a043e53540c120ebe58b0199f57bfa36d30e47 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Fri, 17 Jan 2025 18:00:43 +0100 Subject: feat: Allow dropping protected items in dungeons --- 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 82dcd45..520d453 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -231,6 +231,8 @@ "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.drop-in-dungeons": "Allow Dungeon Abilities", + "firmament.config.slot-locking.drop-in-dungeons.description": "Allow dropping items in dungeons, to use your dungeon ultimate abilities.", "firmament.config.slot-locking.lock": "Lock Slot", "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.", -- cgit