aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal002@users.noreply.github.com>2023-02-22 18:30:38 +0100
committerGitHub <noreply@github.com>2023-02-22 18:30:38 +0100
commit30bd46e46aab73e2927fa5631c49ace84708e590 (patch)
tree2ad5f73d914dc12541cb45470b26f4b43de28a57 /src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
parent0d281d483909d71272783033b2aba8f33dcbce36 (diff)
downloadnotenoughupdates-30bd46e46aab73e2927fa5631c49ace84708e590.tar.gz
notenoughupdates-30bd46e46aab73e2927fa5631c49ace84708e590.tar.bz2
notenoughupdates-30bd46e46aab73e2927fa5631c49ace84708e590.zip
HotmInformation rework (#611)
* Rename .java to .kt * hotm rework. * Moved class to kotlin directory. * Removed debug. * Support for maxed out levels. * Fun fact of the day: Developer waste more time on the name of a variable than actual coding. * default is 0 --------- Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java b/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
index 6d6963e3..552cb5b1 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
@@ -75,7 +75,6 @@ import io.github.moulberry.notenoughupdates.overlays.TextOverlay;
import io.github.moulberry.notenoughupdates.util.NotificationHandler;
import io.github.moulberry.notenoughupdates.util.SBInfo;
import net.minecraft.client.Minecraft;
-import net.minecraft.client.gui.Gui;
import net.minecraft.client.gui.GuiScreen;
import net.minecraftforge.client.ClientCommandHandler;
@@ -603,6 +602,9 @@ public class NEUConfig extends Config {
@Expose
public boolean abiphoneShowOnlyFavourites = false;
+
+ @Expose
+ public Map<String, Integer> hotmTree = new HashMap<>();
}
public HiddenLocationSpecific getLocationSpecific() {