mirror of
https://github.com/architectury/architectury-api.git
synced 2026-04-02 13:37:43 -05:00
Preliminary NeoForge Port
This commit is contained in:
@@ -8,7 +8,7 @@ loom {
|
||||
|
||||
mods {
|
||||
forge {
|
||||
sourceSet project(":forge").sourceSets.main
|
||||
sourceSet project(":minecraftforge").sourceSets.main
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,7 +32,8 @@ configurations {
|
||||
dependencies {
|
||||
forge "net.minecraftforge:forge:${gradle.rootProject.architectury.minecraft}-${rootProject.forge_version}"
|
||||
|
||||
implementation project(path: ":forge", configuration: "namedElements")
|
||||
implementation project(path: ":minecraftforge", configuration: "namedElements")
|
||||
common(project(path: ":common", configuration: "namedElements")) { transitive false }
|
||||
common(project(path: ":testmod-common", configuration: "namedElements")) { transitive false }
|
||||
common(project(path: ":forge", configuration: "namedElements")) { transitive false }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user