Fix no texture animations when rendering on 1.21.11+

This commit is contained in:
Jonas Herzig
2026-04-06 07:48:31 +02:00
parent 27d5432fff
commit 6e64f2acd0

View File

@@ -516,6 +516,10 @@ public class VideoRenderer implements RenderInfo {
}
private void tick() {
//#if MC >= 1.21.11
//$$ mc.getTextureManager().tick();
//#endif
//#if MC>=10800 && MC<11400
//$$ try {
//$$ mc.runTick();