diff options
| author | Vixid <52578495+VixidDev@users.noreply.github.com> | 2023-09-27 13:24:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-27 22:24:19 +1000 |
| commit | e34d22adea31de68cf9bf081fa51dd652219e254 (patch) | |
| tree | ba66e45506310b45cb9993e822474bd0482160f0 /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java | |
| parent | 626b7a68c93afb1f90308b396ae45ee445aaa7a2 (diff) | |
| download | notenoughupdates-e34d22adea31de68cf9bf081fa51dd652219e254.tar.gz notenoughupdates-e34d22adea31de68cf9bf081fa51dd652219e254.tar.bz2 notenoughupdates-e34d22adea31de68cf9bf081fa51dd652219e254.zip | |
Default Armor Colour Feature (#825)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java index 02630df9..10e835ba 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java @@ -319,4 +319,12 @@ public class Misc { ) @ConfigEditorBoolean public boolean oldSkyBlockMenu = false; + + @Expose + @ConfigOption( + name = "Default Armor Colour", + desc = "Changes all armor, on self and others, to the default item colour. Overwrites any /neucustomize changes also." + ) + @ConfigEditorBoolean + public boolean defaultArmorColour = false; } |
