Rename MC 1.26.1 -> 26.1.0

This commit is contained in:
James Seibel
2026-04-08 22:00:11 -05:00
parent 053917d3d7
commit f87afb34f4
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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",
@@ -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
View File
@@ -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