MidnightControls 1.9.2 - Fix #251

This commit is contained in:
Martin Prokoph
2023-12-31 11:00:14 +01:00
parent 2b143c6bf1
commit 3e665a14fd
4 changed files with 10 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ boolean isMCVersionNonRelease() {
}
String getMCVersionString() {
if (isMCVersionNonRelease() || project.minecraft_version == "1.20.2") {
if (isMCVersionNonRelease() || project.minecraft_version == "1.20.4") {
return project.minecraft_version
}
def version = project.minecraft_version.split('\\.')