diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2023-09-10 15:52:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-10 15:52:53 -0400 |
commit | 0bcd6f3554c1ba93ed235c36a118d6ea00c0601a (patch) | |
tree | 94028c5790e813cc7266f7271bfc236fedf6fe36 /src/main/resources/assets | |
parent | 0875a0d140bb19ccd7b12ce74dedb7bcaf2c6953 (diff) | |
parent | fd8770f38da9cafbdacaa17d1b9f7a071a2b3c4e (diff) | |
download | Skyblocker-0bcd6f3554c1ba93ed235c36a118d6ea00c0601a.tar.gz Skyblocker-0bcd6f3554c1ba93ed235c36a118d6ea00c0601a.tar.bz2 Skyblocker-0bcd6f3554c1ba93ed235c36a118d6ea00c0601a.zip |
Merge pull request #289 from AzureAaron/special-effects
Rare Drop Special Effects!
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 b2c7fe9e..30af6493 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -66,6 +66,9 @@ "text.autoconfig.skyblocker.option.general.itemInfoDisplay": "Item Info Display", "text.autoconfig.skyblocker.option.general.itemInfoDisplay.attributeShardInfo": "Attribute Shard Info", "text.autoconfig.skyblocker.option.general.itemInfoDisplay.attributeShardInfo.@Tooltip": "Displays the attribute's level as the stack count and the initials of the attribute's name.", + "text.autoconfig.skyblocker.option.general.specialEffects": "Special Effects", + "text.autoconfig.skyblocker.option.general.specialEffects.rareDungeonDropEffects": "Rare Dungeon Drop Effects", + "text.autoconfig.skyblocker.option.general.specialEffects.rareDungeonDropEffects.@Tooltip": "Adds a special visual effect triggered upon obtaining rare dungeon loot!", "text.autoconfig.skyblocker.option.general.hitbox": "Hitboxes", "text.autoconfig.skyblocker.option.general.hitbox.oldFarmlandHitbox": "Enable 1.8 farmland hitbox", "text.autoconfig.skyblocker.option.general.hitbox.oldLeverHitbox": "Enable 1.8 lever hitbox", |