aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-05 12:32:36 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-05 12:32:36 +0100
commit5f6cbe465b0914ac006bb7eac6975205ad4fb29a (patch)
treeae5c56f115e46bdd45f7962feb6d8dca66187aa8 /src
parent14e72eb0fe2c542b014c9dcd70711ce18150445a (diff)
parent916a1be6d4e2fb4ba900c2a01504fb57f2714edf (diff)
downloadskyhanni-5f6cbe465b0914ac006bb7eac6975205ad4fb29a.tar.gz
skyhanni-5f6cbe465b0914ac006bb7eac6975205ad4fb29a.tar.bz2
skyhanni-5f6cbe465b0914ac006bb7eac6975205ad4fb29a.zip
Merge remote-tracking branch 'origin/beta' into beta
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt22
1 files changed, 9 insertions, 13 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt b/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt
index a1a35b9d8..f05f4bd0b 100644
--- a/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt
+++ b/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt
@@ -19,12 +19,10 @@ object NEUVersionCheck {
} catch (e: Throwable) {
neuWarning(
"NotEnoughUpdates is missing!\n" +
- "SkyHanni requires the latest version of NotEnoughUpdates to work.\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" +
- "Use these links to download the latest version:"
+ "SkyHanni requires the latest version of NotEnoughUpdates to work.\n" +
+ "You currently need NEU version 2.1.1-Pre-4 or later.\n" +
+ "NEU 2.1 is NOT the latest version.\n" +
+ "Use these links to download the latest version:"
)
return
}
@@ -39,12 +37,9 @@ object NEUVersionCheck {
}
neuWarning(
"NotEnoughUpdates is outdated!\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:"
+ "You currently need NEU version 2.1.1-Pre-4 or later.\n" +
+ "NEU 2.1 is NOT the latest version.\n" +
+ "Use these links to download the latest version:"
)
}
@@ -54,6 +49,7 @@ object NEUVersionCheck {
Pair("Join SkyHanni Discord", "https://discord.com/invite/skyhanni-997079228510117908"),
Pair("Open SkyHanni GitHub", "https://github.com/hannibal002/SkyHanni"),
Pair("Join NEU Discord", "https://discord.gg/moulberry"),
+ Pair("Download Pre-4", "https://github.com/NotEnoughUpdates/NotEnoughUpdates/releases/tag/v2.1.1-pre4"),
)
closeMinecraft()
}
@@ -117,4 +113,4 @@ object NEUVersionCheck {
FMLCommonHandler.instance().handleExit(-1)
FMLCommonHandler.instance().expectServerStopped()
}
-} \ No newline at end of file
+}