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/miscfeatures/EnderNodes.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/miscfeatures/EnderNodes.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/EnderNodes.java | 6 |
1 files changed, 1 insertions, 5 deletions
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", |
