diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-10-07 19:15:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-07 19:15:29 -0400 |
commit | 9553f2a51932f58853067f098e57acb87df709c0 (patch) | |
tree | 21e5f5d3f5162e70d9abb956ec380eca8caa68b4 /src/main/resources/assets/skyblocker | |
parent | 692059c2ee8bbb3db980059fd5a5819954793009 (diff) | |
parent | 0103dcafd33e1cd0a267fe788ec5bc5da0b5c72b (diff) | |
download | Skyblocker-9553f2a51932f58853067f098e57acb87df709c0.tar.gz Skyblocker-9553f2a51932f58853067f098e57acb87df709c0.tar.bz2 Skyblocker-9553f2a51932f58853067f098e57acb87df709c0.zip |
Merge pull request #340 from AzureAaron/item-rarity-background
Item Rarity Backgrounds
Diffstat (limited to 'src/main/resources/assets/skyblocker')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 3 | ||||
-rw-r--r-- | src/main/resources/assets/skyblocker/textures/gui/sprites/item_rarity_background.png | bin | 0 -> 198 bytes |
2 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 7905026b..4c9965bf 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -76,6 +76,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.itemInfoDisplay.itemRarityBackgrounds": "Item Rarity Backgrounds", + "text.autoconfig.skyblocker.option.general.itemInfoDisplay.itemRarityBackgrounds.@Tooltip": "Displays a colored background behind an item, the color represents the item's rarity.", + "text.autoconfig.skyblocker.option.general.itemInfoDisplay.itemRarityBackgroundsOpacity": "Item Rarity Backgrounds Opacity", "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!", diff --git a/src/main/resources/assets/skyblocker/textures/gui/sprites/item_rarity_background.png b/src/main/resources/assets/skyblocker/textures/gui/sprites/item_rarity_background.png Binary files differnew file mode 100644 index 00000000..fd8e8604 --- /dev/null +++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/item_rarity_background.png |