mirror of
https://github.com/Pridecraft-Studios/joy.git
synced 2025-08-02 22:15:58 -04:00
chore: Cleanup Gradle
This commit is contained in:
parent
0b49330a37
commit
5be9b1e2d2
@ -3,13 +3,6 @@ val xplatClient = xplat.sourceSets.client.get()
|
||||
val xplatMain = xplat.sourceSets.main.get()
|
||||
|
||||
val modrinthId: String by project
|
||||
/*
|
||||
sourceSets {
|
||||
client {
|
||||
compileClasspath += xplatClient.compileClasspath;
|
||||
runtimeClasspath += xplatClient.runtimeClasspath;
|
||||
}
|
||||
}*/
|
||||
|
||||
dependencies {
|
||||
modImplementation(libs.bundles.fabric)
|
||||
@ -21,6 +14,8 @@ dependencies {
|
||||
include(libs.bundles.fabric.bundle)
|
||||
modImplementation(libs.bundles.fabric.bundle)
|
||||
modRuntimeOnly(libs.bundles.fabric.runtime)
|
||||
|
||||
modClientRuntimeOnly(libs.bundles.fabric.client.runtime)
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
@ -83,7 +83,8 @@ testng = { module = "org.testng:testng", version.ref = "testng" }
|
||||
[bundles]
|
||||
fabric = ["fabric-loader", "fabric-api", "trinkets", "mavapi", "midnight-fabric"]
|
||||
fabric-bundle = ["modmenu-badges"]
|
||||
fabric-runtime = ["emi-fabric", "modmenu"]
|
||||
fabric-runtime = ["emi-fabric"]
|
||||
fabric-client-runtime = ["modmenu"]
|
||||
|
||||
forge = ["curios"]
|
||||
forge-runtime = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user