fix neoforge rendering on MC 26

This commit is contained in:
James Seibel
2026-04-11 12:09:15 -05:00
parent dea8d4498a
commit 6d7bade7ca
5 changed files with 99 additions and 27 deletions
@@ -50,8 +50,8 @@ public class MixinChunkSectionsToRender
//===========//
// Pre MC 26 //
//===========//
//regino
#if MC_VER <= MC_1_21_11
//region
#if MC_VER <= MC_1_21_10
// needs to fire at HEAD with a lower than normal order (less than 1000)
@@ -78,7 +78,6 @@ public class MixinChunkSectionsToRender
ClientApi.INSTANCE.renderFadeTransparent();
}
}
//endregion
#else