diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-21 19:35:37 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-21 19:35:37 +0000 |
| commit | 0c936086d74adc98c017747684a072022e502e88 (patch) | |
| tree | 2f53501d5739688db15e6da17be7aa3f994d2ce7 /src/main/resources/fabric.mod.json | |
| parent | ec6b3c2d8db90a4100ea493d4a2ef7722d7c064c (diff) | |
feat(player): remove player's custom skin and use a default one
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ -15,6 +15,9 @@ "client": [ "world.anhgelus.molehunt.client.MolehuntClient" ], + "server": [ + + ], "main": [ "world.anhgelus.molehunt.Molehunt" ] |
