mirror of
https://github.com/barkeser2002/Not-Enough-Crashes.git
synced 2026-09-25 02:20:04 +03:00
11 lines
314 B
Groovy
11 lines
314 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.
|
|
modImplementation libs.fabric.loader
|
|
}
|