Skip to content

Commit

Permalink
Leave out separate datagen sourceset for Forge right now
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Jul 28, 2023
1 parent fca622d commit d4fffd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@ loom {
programArgs("--existing", project(":common").file("src/main/resources").absolutePath)
programArgs("--existing", file("src/main/resources").absolutePath)

/*
mods {
create(modId) {
// this doesn't actually work yet for the time being
sourceSet(sourceSets.create("data") {
val main = sourceSets.main.get()
compileClasspath += main.compileClasspath + main.output
runtimeClasspath += main.runtimeClasspath + main.output
})
}
}
*/
}
}

Expand Down

0 comments on commit d4fffd8

Please sign in to comment.