fix version constant 1.21.9 -> 1.21.10

This commit is contained in:
James Seibel
2025-10-11 20:40:06 -05:00
parent e5711b4ddb
commit fdcbb0594d
3 changed files with 3 additions and 3 deletions
@@ -80,7 +80,7 @@ public class VersionConstants implements IVersionConstants
return "1.21.8";
#elif MC_VER == MC_1_21_10
return "1.21.9";
return "1.21.10";
#else
ERROR MC version constant missing
#endif
@@ -20,7 +20,7 @@ public class MixinDebugScreenOverlay
F3Screen.addStringToDisplay(messages);
}
#else
// handled by DhDebugScreenEntry for MC versions after 1.21.9
// handled by DhDebugScreenEntry for MC versions after 1.21.10
#endif
}
@@ -26,7 +26,7 @@ public class MixinDebugScreenOverlay
F3Screen.addStringToDisplay(messages);
}
#else
// handled by DhDebugScreenEntry for MC versions after 1.21.9
// handled by DhDebugScreenEntry for MC versions after 1.21.10
#endif
}