mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
15 lines
446 B
Groovy
15 lines
446 B
Groovy
loom {
|
|
accessWidenerPath = project(':common').file("src/main/resources/architectury.accessWidener")
|
|
}
|
|
|
|
dependencies {
|
|
// We depend on fabric loader here to use the fabric @Environment annotations
|
|
// Do NOT use other classes from fabric loader
|
|
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
|
|
implementation project(":common")
|
|
}
|
|
|
|
architectury {
|
|
common(rootProject.platforms.split(","))
|
|
}
|