SnowyGUI/common/build.gradle.kts
2025-04-16 20:46:17 +02:00

10 lines
384 B
Plaintext

architectury { common("fabric", "forge"); injectInjectables = true }
dependencies {
modImplementation("net.fabricmc:fabric-loader:${rootProject.property("fabric_loader_version")}")
modImplementation("me.shedaniel.cloth:cloth-config:${rootProject.property("clothconfig_version")}") {
exclude(module = "fabric-api")
}
}
tasks.getByName("shrinkJar").enabled = false