2025-09-28 00:54:47 -04:00
|
|
|
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
|
2025-09-28 00:54:47 -04:00
|
|
|
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"
|
2025-09-28 00:54:47 -04:00
|
|
|
}
|