diff options
| author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-08-17 19:20:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-17 19:20:21 -0400 |
| commit | 9fc533c7ee5b9d6693b351e15dba3b8df62233b8 (patch) | |
| tree | 9678967b69390cec01f49e48990e67c2138b8f99 /src/main/java | |
| parent | e0f85955fa481d23be9fa587626ff95d3f589ef1 (diff) | |
| download | Skyblocker-9fc533c7ee5b9d6693b351e15dba3b8df62233b8.tar.gz Skyblocker-9fc533c7ee5b9d6693b351e15dba3b8df62233b8.tar.bz2 Skyblocker-9fc533c7ee5b9d6693b351e15dba3b8df62233b8.zip | |
Change Rarity Background Default Settings (#935)
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
Diffstat (limited to 'src/main/java')
| -rw-r--r-- | src/main/java/de/hysky/skyblocker/config/configs/GeneralConfig.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/de/hysky/skyblocker/config/configs/GeneralConfig.java b/src/main/java/de/hysky/skyblocker/config/configs/GeneralConfig.java index 0c6bfd40..ccf181eb 100644 --- a/src/main/java/de/hysky/skyblocker/config/configs/GeneralConfig.java +++ b/src/main/java/de/hysky/skyblocker/config/configs/GeneralConfig.java @@ -181,10 +181,10 @@ public class GeneralConfig { 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; |
