default renderer to Blaze3D for MC 26

This commit is contained in:
James Seibel
2026-04-08 07:45:26 -05:00
parent 275ecb78c3
commit d55b1bb3c2
@@ -104,10 +104,10 @@ public class VersionConstants implements IVersionConstants
@Override
public EDhApiRenderApi getDefaultRenderingApi()
{
#if MC_VER <= MC_1_26_1
#if MC_VER <= MC_1_21_11
return EDhApiRenderApi.OPEN_GL;
#else
ERROR MC version constant missing
return EDhApiRenderApi.BLAZE_3D;
#endif
}