Skip to content

Commit

Permalink
Change Rarity Background Default Settings (#935)
Browse files Browse the repository at this point in the history
Most people I've seen have this feature enabled (in 1.8 and 1.21), and
the square style is a little better fit to the vanilla style
  • Loading branch information
AzureAaron authored Aug 17, 2024
1 parent e0f8595 commit 9fc533c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ public static class ItemInfoDisplay {
public boolean attributeShardInfo = true;

@SerialEntry
public boolean itemRarityBackgrounds = false;
public boolean itemRarityBackgrounds = true;

@SerialEntry
public RarityBackgroundStyle itemRarityBackgroundStyle = RarityBackgroundStyle.CIRCULAR;
public RarityBackgroundStyle itemRarityBackgroundStyle = RarityBackgroundStyle.SQUARE;

@SerialEntry
public float itemRarityBackgroundsOpacity = 1f;
Expand Down

0 comments on commit 9fc533c

Please sign in to comment.