Skip to content

Commit

Permalink
named
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed Jun 4, 2024
1 parent 0441e74 commit d59ba97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions h-neoforge-1.20.6/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ java {

minecraft {
runs {
create("client") {
named("client") {
modSource(project.sourceSets.main.get())
}
create("server") {
named("server") {
modSource(project.sourceSets.main.get())
}
}
Expand Down

0 comments on commit d59ba97

Please sign in to comment.