From 1b2b38531242d2f3862f5594199bd55d0bf00539 Mon Sep 17 00:00:00 2001 From: Moulberry Date: Fri, 31 Jul 2020 19:32:53 +1000 Subject: 1.0.5 --- .../notenoughupdates/options/Options.java | 63 +++++++++++----------- 1 file changed, 32 insertions(+), 31 deletions(-) (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/Options.java') diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/Options.java b/src/main/java/io/github/moulberry/notenoughupdates/options/Options.java index 8fee7b6e..7844cf37 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/Options.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/Options.java @@ -93,11 +93,6 @@ public class Options { "Api Key", false, "Type /api new to receive key and put it here."); - public Option disableAH = new Option( - true, - "Disable AH", - false, - "Disables all AH-related features. Reduces network usage and may improve performance"); public Option autoupdate = new Option( true, "Automatically Update Items", @@ -172,6 +167,11 @@ public class Options { "Show Dev Options", true, "Dev Feature. Please don't use."); + public Option loadedModBefore = new Option( + false, + "loadedModBefore", + true, + "loadedModBefore"); public Option selectedCape = new Option( "", "Selected Cape", @@ -219,12 +219,12 @@ public class Options { "OverlaySearchBar"); public Option> enchantColours = new Option( Utils.createList("[a-zA-Z ]+:\u003e:9:6", - "[a-zA-Z ]+:\u003e:6:c", - "[a-zA-Z ]+:\u003e:5:5", - "Experience:\u003e:3:5", - "Life Steal:\u003e:3:5", - "Scavenger:\u003e:3:5", - "Looting:\u003e:3:5"), + "[a-zA-Z ]+:\u003e:6:c", + "[a-zA-Z ]+:\u003e:5:5", + "Experience:\u003e:3:5", + "Life Steal:\u003e:3:5", + "Scavenger:\u003e:3:5", + "Looting:\u003e:3:5"), "enchantColours", false, "enchantColours"); @@ -255,14 +255,16 @@ public class Options { } private transient List