Files
architectury-api/testmod-common/build.gradle
2021-02-11 21:45:52 +08:00

13 lines
423 B
Groovy

dependencies {
minecraft "com.mojang:minecraft:${rootProject.architectury.minecraft}"
mappings loom.officialMojangMappings()
// We depend on fabric loader here to use the fabric @Environment annotations
// Do NOT use other classes from fabric loader
modCompile "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
implementation project(":common")
}
architectury {
common(false)
}