From 0c936086d74adc98c017747684a072022e502e88 Mon Sep 17 00:00:00 2001 From: anhgelus Date: Wed, 21 Aug 2024 19:35:37 +0000 Subject: feat(player): remove player's custom skin and use a default one --- src/client/resources/molehunt.client.mixins.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 e6a9f8e..c5eb170 100644 --- a/src/client/resources/molehunt.client.mixins.json +++ b/src/client/resources/molehunt.client.mixins.json @@ -4,7 +4,8 @@ "package": "world.anhgelus.molehunt.client.mixin", "compatibilityLevel": "JAVA_21", "client": [ - "NoNametags" + "NoNametags", + "NoSkin" ], "injectors": { "defaultRequire": 1 -- cgit v1.2.3