SuccessChanges

Summary

  1. Removed EntityRendererCT for launch compatibility with Optifine and instead applied the former ClippingHelperShadowCT to Minecraft's default ClippingHelper as well, thus removing the need for our NoCullingClippingHelper. (details)
  2. Moved initial reflection calls in MixinEntityRenderer to a separate method, as it would crash with a ClassNotFoundException despite the try/catch block around the method. Weird. (details)
Commit 59fb5a3e3cd6a9489ff58a5fe4c2ce041a274de9 by CrushedPixel
Removed EntityRendererCT for launch compatibility with Optifine and instead applied the former ClippingHelperShadowCT to Minecraft's default ClippingHelper as well, thus removing the need for our NoCullingClippingHelper.
The file was removedsrc/main/java/eu/crushedpixel/replaymod/coremod/ClippingHelperShadowCT.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/coremod/LoadingPlugin.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/coremod/EntityRendererCT.java
The file was addedsrc/main/java/eu/crushedpixel/replaymod/coremod/ClippingHelperCT.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/video/EntityRendererHandler.java
Commit 490bbab454ec4ea5dd525034ad2a2e83db052d68 by CrushedPixel
Moved initial reflection calls in MixinEntityRenderer to a separate method, as it would crash with a ClassNotFoundException despite the try/catch block around the method. Weird.
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/mixin/MixinEntityRenderer.java