Dont bundle cloth-config
This commit is contained in:
@@ -55,7 +55,7 @@ dependencies {
|
|||||||
//modRuntimeOnly "maven.modrinth:nvidium:0.2.6-beta"
|
//modRuntimeOnly "maven.modrinth:nvidium:0.2.6-beta"
|
||||||
modCompileOnly "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")
|
modImplementation("maven.modrinth:modmenu:9.0.0")
|
||||||
modCompileOnly("maven.modrinth:iris:1.6.17+1.20.4")
|
modCompileOnly("maven.modrinth:iris:1.6.17+1.20.4")
|
||||||
//modRuntimeOnly("maven.modrinth:iris:1.6.17+1.20.4")
|
//modRuntimeOnly("maven.modrinth:iris:1.6.17+1.20.4")
|
||||||
|
|||||||
@@ -11,11 +11,14 @@
|
|||||||
},
|
},
|
||||||
"license": "All-Rights-Reserved",
|
"license": "All-Rights-Reserved",
|
||||||
"icon": "assets/voxy/icon.png",
|
"icon": "assets/voxy/icon.png",
|
||||||
"environment": "client",
|
"environment": "*",
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
"client": [
|
"client": [
|
||||||
"me.cortex.voxy.client.Voxy"
|
"me.cortex.voxy.client.Voxy"
|
||||||
],
|
],
|
||||||
|
"server": [
|
||||||
|
"me.cortex.voxy.server.VoxyServer"
|
||||||
|
],
|
||||||
"modmenu": [
|
"modmenu": [
|
||||||
"me.cortex.voxy.client.config.VoxyConfigScreenFactory"
|
"me.cortex.voxy.client.config.VoxyConfigScreenFactory"
|
||||||
]
|
]
|
||||||
@@ -27,6 +30,7 @@
|
|||||||
"minecraft": "1.20.4",
|
"minecraft": "1.20.4",
|
||||||
"fabricloader": ">=0.14.22",
|
"fabricloader": ">=0.14.22",
|
||||||
"fabric-api": ">=0.91.1",
|
"fabric-api": ">=0.91.1",
|
||||||
|
"cloth-config": ">=13",
|
||||||
"sodium": "*"
|
"sodium": "*"
|
||||||
},
|
},
|
||||||
"accessWidener": "voxy.accesswidener"
|
"accessWidener": "voxy.accesswidener"
|
||||||
|
|||||||
Reference in New Issue
Block a user