JsonEM/common/build.gradle
3944Realms 3c6416d7ca 修改第五部分
去掉了不是很必要的塔吊API,目前全局使用Service来替代
2025-05-29 05:14:02 +08:00

13 lines
474 B
Groovy

architectury {
common rootProject.enabled_platforms.split(',')
}
dependencies {
// We depend on Fabric Loader here to use the Fabric @Environment annotations,
// which get remapped to the correct annotations on each platform.
// Do NOT use other classes from Fabric Loader.
modImplementation "net.fabricmc:fabric-loader:$rootProject.fabric_loader_version"
// modImplementation "dev.architectury:architectury:$rootProject.architectury_api_version"
}