2023-04-28 16:00:28 +02:00
|
|
|
architectury { common("fabric", "forge"); injectInjectables = false }
|
2021-04-08 10:52:09 +02:00
|
|
|
dependencies {
|
2021-04-08 20:01:03 +02:00
|
|
|
modImplementation("net.fabricmc:fabric-loader:${rootProject.property("fabric_loader_version")}")
|
2022-03-25 15:17:17 +01:00
|
|
|
modImplementation("me.shedaniel.cloth:cloth-config:${rootProject.property("clothconfig_version")}") {
|
2022-03-25 15:21:24 +01:00
|
|
|
exclude(module = "fabric-api")
|
|
|
|
}
|
2021-04-08 10:52:09 +02:00
|
|
|
}
|
2021-04-08 10:18:46 +02:00
|
|
|
|
2021-10-26 23:29:27 +02:00
|
|
|
tasks.getByName("shrinkJar").enabled = false
|