diff --git a/build.gradle b/build.gradle index 8cb5686f..6e6dd6d6 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ dependencies { //modRuntimeOnly "maven.modrinth:nvidium:0.2.6-beta" modCompileOnly "maven.modrinth:nvidium:0.2.6-beta" - include(modImplementation("maven.modrinth:cloth-config:13.0.121+fabric")) + modImplementation("maven.modrinth:cloth-config:13.0.121+fabric") modImplementation("maven.modrinth:modmenu:9.0.0") modCompileOnly("maven.modrinth:iris:1.6.17+1.20.4") //modRuntimeOnly("maven.modrinth:iris:1.6.17+1.20.4") diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 2c2b109a..c60d2192 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -11,11 +11,14 @@ }, "license": "All-Rights-Reserved", "icon": "assets/voxy/icon.png", - "environment": "client", + "environment": "*", "entrypoints": { "client": [ "me.cortex.voxy.client.Voxy" ], + "server": [ + "me.cortex.voxy.server.VoxyServer" + ], "modmenu": [ "me.cortex.voxy.client.config.VoxyConfigScreenFactory" ] @@ -27,6 +30,7 @@ "minecraft": "1.20.4", "fabricloader": ">=0.14.22", "fabric-api": ">=0.91.1", + "cloth-config": ">=13", "sodium": "*" }, "accessWidener": "voxy.accesswidener"