Fix 1.21.11 and older MC compiling

This commit is contained in:
James Seibel
2026-05-22 09:55:25 -05:00
parent c575a2968b
commit 0e8c0b459b
5 changed files with 7 additions and 6 deletions
@@ -28,7 +28,7 @@ public class NeoforgeMinecraftRenderWrapper extends MinecraftRenderWrapper
#if MC_VER < MC_1_21_9
// no special handling required,
// both neo/fabric uses the same back end objects
return super.getDepthTextureId();
return super.getGlDepthTextureId();
#else
try
{
@@ -55,7 +55,7 @@ public class NeoforgeMinecraftRenderWrapper extends MinecraftRenderWrapper
#if MC_VER < MC_1_21_9
// no special handling required,
// both neo/fabric uses the same back end objects
return super.getColorTextureId();
return super.getGlColorTextureId();
#else
try
{