Rename MC 1.26.1 -> 26.1.0
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ build:
|
||||
parallel:
|
||||
matrix:
|
||||
- MC_VER: [
|
||||
"1.26.1",
|
||||
"26.1.0",
|
||||
"1.21.11", "1.21.10", "1.21.9", "1.21.8", "1.21.6", "1.21.5", "1.21.4", "1.21.3", "1.21.1",
|
||||
"1.20.6", "1.20.4", "1.20.2", "1.20.1",
|
||||
"1.19.4", "1.19.2",
|
||||
|
||||
+2
-2
@@ -93,8 +93,8 @@ public class VersionConstants implements IVersionConstants
|
||||
return "1.21.10";
|
||||
#elif MC_VER == MC_1_21_11
|
||||
return "1.21.11";
|
||||
#elif MC_VER == MC_1_26_1
|
||||
return "21.6";
|
||||
#elif MC_VER == MC_26_1_0
|
||||
return "21.6.0";
|
||||
#else
|
||||
ERROR MC version constant missing
|
||||
#endif
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@ versionStr=
|
||||
|
||||
# This defines what MC version Intellij will use for the preprocessor
|
||||
# and what version is used automatically by build and run commands
|
||||
mcVer=1.26.1
|
||||
mcVer=26.1.0
|
||||
|
||||
# Defines the maximum amount of memory Minecraft is allowed when run in a development environment
|
||||
#minecraftMemoryJavaArg="-Xmx4G"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# 1.26.1 version
|
||||
# 26.1.0 version
|
||||
java_version=25
|
||||
minecraft_version=26.1
|
||||
parchment_version=1.21:2024.07.28
|
||||
compatible_minecraft_versions=["26.1"]
|
||||
accessWidenerVersion=1_26_1
|
||||
accessWidenerVersion=26_1
|
||||
builds_for=fabric,neoforge
|
||||
# forge is broken due to gradle/build script issues
|
||||
|
||||
Reference in New Issue
Block a user