Fix item rarity not being rendered correctly for uncommon items
[no changelog]
This commit is contained in:
@@ -31,8 +31,8 @@ object ItemRarityCosmetics : FirmamentFeature {
|
|||||||
get() = TConfig
|
get() = TConfig
|
||||||
|
|
||||||
private val rarityToColor = mapOf(
|
private val rarityToColor = mapOf(
|
||||||
"COMMON" to Formatting.WHITE,
|
|
||||||
"UNCOMMON" to Formatting.GREEN,
|
"UNCOMMON" to Formatting.GREEN,
|
||||||
|
"COMMON" to Formatting.WHITE,
|
||||||
"RARE" to Formatting.DARK_BLUE,
|
"RARE" to Formatting.DARK_BLUE,
|
||||||
"EPIC" to Formatting.DARK_PURPLE,
|
"EPIC" to Formatting.DARK_PURPLE,
|
||||||
"LEGENDARY" to Formatting.GOLD,
|
"LEGENDARY" to Formatting.GOLD,
|
||||||
|
|||||||
Reference in New Issue
Block a user