diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0d0b941c..de72ba32 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -20,9 +20,6 @@ "client": [ "me.cortex.voxy.client.Voxy" ], - "server": [ - "me.cortex.voxy.server.VoxyServer" - ], "modmenu": [ "me.cortex.voxy.client.config.VoxyConfigScreenFactory" ],