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
@@ -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