diff options
| author | GodOfPro <59516901+GodOfProDev@users.noreply.github.com> | 2022-11-10 00:36:45 +0330 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-09 22:06:45 +0100 |
| commit | 3ffff3428b72371b35ea3067ae33588d89e7fc85 (patch) | |
| tree | fbd9ea997ee4d0d822290548ef76ae315b5fdf24 /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java | |
| parent | 8f8ced3155c2c694dd7d5326e635b51c112cb79f (diff) | |
| download | notenoughupdates-3ffff3428b72371b35ea3067ae33588d89e7fc85.tar.gz notenoughupdates-3ffff3428b72371b35ea3067ae33588d89e7fc85.tar.bz2 notenoughupdates-3ffff3428b72371b35ea3067ae33588d89e7fc85.zip | |
Added Endernode Highlighter (#421)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java index 3541860d..543ace07 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java @@ -96,7 +96,7 @@ public class Notifications { desc = "" ) @ConfigEditorAccordion(id = 1) - public boolean enderNodeAccordion = false; + public boolean enderNodeAccordion = true; @Expose @ConfigOption( |
