Skip to content

Commit 9db3361

Browse files
committed
Fix core classes not found in Forge dev env
1 parent 8b41484 commit 9db3361

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Forge/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ dependencies {
105105
modCompileOnly(it)
106106
modLocalRuntime(it)
107107
}
108+
109+
forgeRuntimeLibrary(project(":Core", "namedElements")) { isTransitive = false }
108110
}
109111

110112
tasks {

0 commit comments

Comments
 (0)