14 lines
495 B
Plaintext
14 lines
495 B
Plaintext
architectury { common("fabric", "neoforge"); injectInjectables = false }
|
|
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")
|
|
}
|
|
}
|
|
|
|
loom {
|
|
accessWidenerPath = file("src/main/resources/${rootProject.name.lowercase()}.accessWidener")
|
|
}
|
|
|
|
tasks.getByName("shrinkJar").enabled = false
|