12 lines
419 B
Groovy
Raw Permalink Normal View History

architectury {
common rootProject.enabled_platforms.split(',')
}
dependencies {
2025-09-28 17:20:41 -04:00
// We depend on fabric loader here to use the fabric @Environment annotations and get the mixin dependencies
// Do NOT use other classes from fabric loader
modImplementation "net.fabricmc:fabric-loader:$rootProject.fabric_loader_version"
2025-09-28 17:20:41 -04:00
modApi "dev.architectury:architectury:$rootProject.architectury_api_version"
}