mirror of
https://github.com/Lucaslah/No-Report-Button.git
synced 2026-01-02 19:47:51 +00:00
9 lines
232 B
Groovy
Executable File
9 lines
232 B
Groovy
Executable File
architectury {
|
|
injectInjectables = false
|
|
common(rootProject.properties["enabled_platforms"].split(","))
|
|
}
|
|
|
|
dependencies {
|
|
modImplementation "net.fabricmc:fabric-loader:${rootProject.property("fabric_loader_version")}"
|
|
}
|