2021-04-16 13:10:39 +02:00
|
|
|
architectury { common(); 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")}")
|
2021-05-29 22:11:05 +02:00
|
|
|
implementation("me.shedaniel.cloth:cloth-config:${rootProject.property("clothconfig_version")}")
|
2021-04-08 10:52:09 +02:00
|
|
|
}
|
2021-04-08 10:18:46 +02:00
|
|
|
|
2021-05-31 15:55:22 +02:00
|
|
|
tasks.getByName("shrinkJar").enabled = false
|