From fdb9a0174c22499f545a0426d6d72148cf76411c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Kosman?= Date: Sat, 31 Aug 2024 22:44:07 +0200 Subject: feat: no no skin overlay --- src/client/resources/molehunt.client.mixins.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/resources/molehunt.client.mixins.json') diff --git a/src/client/resources/molehunt.client.mixins.json b/src/client/resources/molehunt.client.mixins.json index 2451258..7b9c0f4 100644 --- a/src/client/resources/molehunt.client.mixins.json +++ b/src/client/resources/molehunt.client.mixins.json @@ -4,6 +4,7 @@ "package": "world.anhgelus.molehunt.client.mixin", "compatibilityLevel": "JAVA_21", "client": [ + "NoCustomizableSkinOverlay", "NoNametags", "NoPlayerListHud", "NoSkin" -- cgit v1.2.3