Fix MC 1.21.11 compiling?

This commit is contained in:
James Seibel
2026-04-03 20:46:50 -05:00
parent 877c824e58
commit a9388321d9
@@ -761,6 +761,8 @@ public class ClassicConfigGUI
#if MC_VER < MC_1_20_1
private void renderTooltip(PoseStack matrices, int mouseX, int mouseY, float delta)
#elif MC_VER <= MC_1_21_11
private void renderTooltip(GuiGraphics matrices, int mouseX, int mouseY, float delta)
#else
private void renderTooltip(GuiGraphicsExtractor matrices, int mouseX, int mouseY, float delta)
#endif