From 9cde0edfa32ad4793e8b6c3e0b4fbe26264bfa43 Mon Sep 17 00:00:00 2001 From: coolGi Date: Tue, 15 Aug 2023 12:52:59 +0930 Subject: [PATCH] Didnt merge it correctly --- .../com/seibel/distanthorizons/fabric/FabricClientProxy.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fabric/src/main/java/com/seibel/distanthorizons/fabric/FabricClientProxy.java b/fabric/src/main/java/com/seibel/distanthorizons/fabric/FabricClientProxy.java index 0a47cb469..7a0e84a23 100644 --- a/fabric/src/main/java/com/seibel/distanthorizons/fabric/FabricClientProxy.java +++ b/fabric/src/main/java/com/seibel/distanthorizons/fabric/FabricClientProxy.java @@ -193,6 +193,7 @@ public class FabricClientProxy //Define this in the MixinLevelRenderer so that it works with sodium without any changes to the code // TODO: If all else is fine, can we remove these commented code // Client Render Level + /* WorldRenderEvents.AFTER_SETUP.register((renderContext) -> { if (sodiumAccessor != null) @@ -230,6 +231,7 @@ public class FabricClientProxy immersivePortalsAccessor.partialTicks = renderContext.tickDelta(); } }); + */ // Debug keyboard event // FIXME: Use better hooks so it doesn't trigger key press events in text boxes