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/main/resources/fabric.mod.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e48aaf8..81d7829 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -14,6 +14,9 @@ "entrypoints": { "client": [ "world.anhgelus.molehunt.client.MolehuntClient" + ], + "server": [ + ], "main": [ "world.anhgelus.molehunt.Molehunt" -- cgit v1.2.3