JsonEM/common/build.gradle
3944Realms c8edb2d74f 修改第六部分
修正了forge模型注册
2025-05-30 11:56:56 +08:00

12 lines
477 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"
}