From 9f067b397b9e61ef4f79be42dce4d31aaa77182e Mon Sep 17 00:00:00 2001 From: mcrcortex <18544518+MCRcortex@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:50:32 +1000 Subject: [PATCH] Dont bundle cloth-config --- build.gradle | 2 +- src/main/resources/fabric.mod.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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"