aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2023-07-31 19:41:16 +1000
committerGitHub <noreply@github.com>2023-07-31 11:41:16 +0200
commitb4c59606b1cbb0e22f74188a8290f8e94a4602d5 (patch)
treee5843bb20e23105073b40f4ef06b87bb53095946
parent191a1c6762a0cfda719c15c8bc5568cf7af714a2 (diff)
downloadskyhanni-b4c59606b1cbb0e22f74188a8290f8e94a4602d5.tar.gz
skyhanni-b4c59606b1cbb0e22f74188a8290f8e94a4602d5.tar.bz2
skyhanni-b4c59606b1cbb0e22f74188a8290f8e94a4602d5.zip
Neu update (#346)
-rw-r--r--src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt b/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt
index 0ad02ad61..fb2e63cc8 100644
--- a/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt
+++ b/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt
@@ -20,7 +20,7 @@ object NEUVersionCheck {
neuWarning(
"NotEnoughUpdates is missing!\n" +
"SkyHanni requires the latest version of NotEnoughUpdates to work.\n" +
- "You currently need NEU version 2.1.1-Alpha-17.1 or later.\n" +
+ "You currently need NEU version 2.1.1-Alpha-19 or later.\n" +
"NEU 2.1 is NOT the latest version.\n" +
"It is ONLY in the #neu-alphas channel in the NEU discord\n" +
"Or in the #neu-updates channel in the SkyHanni discord\n" +
@@ -39,9 +39,9 @@ object NEUVersionCheck {
}
neuWarning(
"NotEnoughUpdates is outdated!\n" +
- "SkyHanni requires the latest version of NotEnoughUpdates to work.\n" +
- "You currently need NEU version 2.1.1-Alpha-17.1 or later.\n" +
- "NEU 2.1 is NOT the latest version.\n" +
+ "You currently need NEU version 2.1.1-Alpha-19 or later.\n\n" +
+ "NEU 2.1 is NOT the latest version.\n\n" +
+ "NEU 2.1.1 is NOT on the NEU GitHub.\n\n" +
"It is ONLY in the #neu-alphas channel in the NEU discord\n" +
"Or in the #neu-updates channel in the SkyHanni discord\n" +
"Use these links to download the latest version:"
@@ -54,7 +54,7 @@ object NEUVersionCheck {
Pair("Join SkyHanni Discord", "https://discord.com/invite/8DXVN4BJz3"),
Pair("Open SkyHanni GitHub", "https://github.com/hannibal002/SkyHanni"),
Pair("Join NEU Discord", "https://discord.gg/moulberry"),
- Pair("Open NEU GitHub", "https://github.com/NotEnoughUpdates/NotEnoughUpdates"),
+ Pair("NEU GitHub (Mod isn't here)", "https://github.com/NotEnoughUpdates/NotEnoughUpdates"),
)
closeMinecraft()
}