From 2e5e9784206b8f49a7d95442fd41847284f2cf59 Mon Sep 17 00:00:00 2001 From: makamys Date: Thu, 6 May 2021 14:47:04 +0200 Subject: Print farPlaneDistance in setupCameraTransform --- src/main/resources/lodmod.mixin.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/resources') diff --git a/src/main/resources/lodmod.mixin.json b/src/main/resources/lodmod.mixin.json index d8455bf..8ded54d 100644 --- a/src/main/resources/lodmod.mixin.json +++ b/src/main/resources/lodmod.mixin.json @@ -6,6 +6,7 @@ "compatibilityLevel": "JAVA_8", "mixins": [ "MixinSoundManager", + "MixinEntityRenderer", "IRenderGlobal" ] } -- cgit