Files
2026-05-24 11:34:17 +03:00

11 lines
308 B
Groovy

architectury {
common("fabric","neoforge")
}
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.
compileOnly libs.fabric.loader
}