From 17056d8f4a8e3679d7d77a67c65016eee497b8f4 Mon Sep 17 00:00:00 2001 From: makamys Date: Fri, 7 May 2021 10:22:11 +0200 Subject: Refactor MyRenderer to use a singleton instead of being static This should help with memory leaks and clean up the code a bit --- src/main/resources/lodmod.mixin.json | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/lodmod.mixin.json b/src/main/resources/lodmod.mixin.json index d8bfed1..65e6dd4 100644 --- a/src/main/resources/lodmod.mixin.json +++ b/src/main/resources/lodmod.mixin.json @@ -7,7 +7,6 @@ "mixins": [ "MixinChunkCache", "MixinEntityRenderer", - "MixinMinecraftServer", "MixinRenderGlobal", "MixinSoundManager", "MixinSoundManager", -- cgit