mirror of
https://github.com/Lucaslah/No-Report-Button.git
synced 2026-01-07 05:57:53 +00:00
feat: add forge support
This commit is contained in:
8
common/build.gradle
Normal file
8
common/build.gradle
Normal file
@@ -0,0 +1,8 @@
|
||||
architectury {
|
||||
injectInjectables = false
|
||||
common(rootProject.properties["enabled_platforms"].split(","))
|
||||
}
|
||||
|
||||
dependencies {
|
||||
modImplementation "net.fabricmc:fabric-loader:${rootProject.property("fabric_loader_version")}"
|
||||
}
|
||||
Reference in New Issue
Block a user