feat: add forge support

This commit is contained in:
2023-02-06 16:47:16 -05:00
parent 10ab15bd4d
commit a9ca8a8e19
21 changed files with 305 additions and 75 deletions

8
common/build.gradle Normal file
View 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")}"
}