fix compiling for MC 1.20 and older

This commit is contained in:
James Seibel
2026-05-18 07:21:34 -05:00
parent 0cb3716dc7
commit ab055f1a0e
6 changed files with 20 additions and 4 deletions
@@ -23,7 +23,7 @@ public class NeoforgeMinecraftRenderWrapper extends MinecraftRenderWrapper
@Override
public int getDepthTextureId()
public int getGlDepthTextureId()
{
#if MC_VER < MC_1_21_9
// no special handling required,
@@ -50,7 +50,7 @@ public class NeoforgeMinecraftRenderWrapper extends MinecraftRenderWrapper
}
@Override
public int getColorTextureId()
public int getGlColorTextureId()
{
#if MC_VER < MC_1_21_9
// no special handling required,