From ebffedd08c3ce32b7cd4ef6314f3f0efce7fbf51 Mon Sep 17 00:00:00 2001 From: nea Date: Sun, 9 Oct 2022 04:58:37 +0200 Subject: stuff --- src/main/resources/notenoughupdates.mixins.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/resources/notenoughupdates.mixins.json') diff --git a/src/main/resources/notenoughupdates.mixins.json b/src/main/resources/notenoughupdates.mixins.json index 2eb67db..52d30a7 100644 --- a/src/main/resources/notenoughupdates.mixins.json +++ b/src/main/resources/notenoughupdates.mixins.json @@ -3,6 +3,7 @@ "package": "moe.nea.notenoughupdates.mixins", "compatibilityLevel": "JAVA_16", "client": [ + "MixinClientPlayNetworkHandler", "MixinMessageHandler", "MixinMinecraft", "MixinWorldRenderer" -- cgit