diff options
author | Kaluub <60589762+Kaluub@users.noreply.github.com> | 2024-01-20 15:37:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-20 15:37:49 -0500 |
commit | fa4063d358f3a9f15b867c593532b00c38f5232d (patch) | |
tree | 7dd8c0deabc4235e1f456aa3622c385758b72a84 /src/main/resources/assets | |
parent | 2cf648baabfe10dcdb99e6544f5d3e71749d6cf5 (diff) | |
download | Skyblocker-fa4063d358f3a9f15b867c593532b00c38f5232d.tar.gz Skyblocker-fa4063d358f3a9f15b867c593532b00c38f5232d.tar.bz2 Skyblocker-fa4063d358f3a9f15b867c593532b00c38f5232d.zip |
Dungeons improvements (#493)
* Add setting for dropping protected items in dungeons
* Fix Livid colour text
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 06f29cc9..461af7e7 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -248,6 +248,9 @@ "text.autoconfig.skyblocker.option.locations.dungeons.fireFreezeStaffTimer.@Tooltip": "Display a timer when to use a Fire Freeze Staff in the F3/M3 boss fight.", "text.autoconfig.skyblocker.option.locations.dungeons.floor3GuardianHealthDisplay": "Guardian Health Display (F3/M3)", "text.autoconfig.skyblocker.option.locations.dungeons.floor3GuardianHealthDisplay.@Tooltip": "Displays guardian's health below them in the F3/M3 boss fight.", + "text.autoconfig.skyblocker.option.locations.dungeons.allowDroppingProtectedItems": "Enabled Dropping Protected Items", + "text.autoconfig.skyblocker.option.locations.dungeons.allowDroppingProtectedItems.@Tooltip": "Allows the use of class abilities in Dungeons while holding an item which has been protected using /skyblocker protectItem.", + "text.autoconfig.skyblocker.option.locations.dwarvenMines": "Dwarven Mines", "text.autoconfig.skyblocker.option.locations.dwarvenMines.enableDrillFuel": "Enable Drill Fuel", "text.autoconfig.skyblocker.option.locations.dwarvenMines.solveFetchur": "Solve Fetchur", |