diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-04-18 10:54:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-18 12:54:18 +0200 |
| commit | 9fe86ccb4d30b78826e513a6576027ca6e4c1600 (patch) | |
| tree | ad63737ab7fa06daa6554a7c873142c10d32c167 /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHGraph.java | |
| parent | c983bb5785318c54d5be59907410b4dfe6d39b64 (diff) | |
| download | notenoughupdates-9fe86ccb4d30b78826e513a6576027ca6e4c1600.tar.gz notenoughupdates-9fe86ccb4d30b78826e513a6576027ca6e4c1600.tar.bz2 notenoughupdates-9fe86ccb4d30b78826e513a6576027ca6e4c1600.zip | |
Fixed stuff from the project board (#112)
* Fix /et not closing when clicking inventory keybind
* Made it so calendar timer in inventory works if you have no event data
* Made it if you hold shift in the enchant solvers it overrides prevent missclicks
* Revert "Made it so calendar timer in inventory works if you have no event data"
This reverts commit d2ee3ebc679da5a231d35a9d54eb10c701daff1d.
* made crash not crash
* consistency fixes for my heart
* fix https://cdn.discordapp.com/attachments/832652653292027904/964353119557394462/unknown.png
* fix https://i.imgur.com/Z3qChN3.png
Co-authored-by: jani270 <jani270@gmx.de>
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHGraph.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHGraph.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHGraph.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHGraph.java index 8d3acaf9..ad96f744 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHGraph.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHGraph.java @@ -27,7 +27,7 @@ public class AHGraph { desc = "Change the style of the graph GUI" ) @ConfigEditorDropdown( - values = {"Minecraft", "Dark", "PacksHQ Dark", "FSR"} + values = {"Minecraft", "Grey", "PacksHQ Dark", "FSR"} ) public int graphStyle = 0; |
