From 3ffff3428b72371b35ea3067ae33588d89e7fc85 Mon Sep 17 00:00:00 2001 From: GodOfPro <59516901+GodOfProDev@users.noreply.github.com> Date: Thu, 10 Nov 2022 00:36:45 +0330 Subject: Added Endernode Highlighter (#421) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- .../github/moulberry/notenoughupdates/miscfeatures/EnderNodes.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/EnderNodes.java') diff --git a/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/EnderNodes.java b/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/EnderNodes.java index b0823a7d..874c0a93 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/EnderNodes.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/EnderNodes.java @@ -24,13 +24,9 @@ import io.github.moulberry.notenoughupdates.util.SBInfo; import io.github.moulberry.notenoughupdates.util.SpecialColour; import io.github.moulberry.notenoughupdates.util.TitleUtil; import net.minecraft.client.Minecraft; -import net.minecraft.util.ChatComponentText; public class EnderNodes { - // TODO Add ender node highliter - // TODO Add ender node counter ( maybe money estimation ) - - public static void dispalyEndermiteNotif() { + public static void displayEndermiteNotif() { if (NotEnoughUpdates.INSTANCE.config.notifications.endermiteAlert && SBInfo.getInstance().getLocation() != null && SBInfo.getInstance().getLocation().equals("combat_3")) { TitleUtil.getInstance().createTitle("Nested Endermite", -- cgit