Files
2023-12-20 08:53:51 +02:00

18 lines
294 B
Groovy

dependencies {
// We depend on fabric loader here to use the fabric @Environment annotations
// Do NOT use other classes from fabric loader
modImplementation libs.fabric.loader
}
configurations {
dev
}
artifacts {
dev(jar)
}
architectury {
common("fabric","forge")
}