Skip to content

Commit

Permalink
Fix LaunchWarn on neo
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Oct 12, 2024
1 parent 23394df commit 3657a12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ tasks.jar {
from(vendored.output.classesDirs)
from(vendored.output.resourcesDir)

val desktop = project.project(":common").sourceSets.getByName("desktop")
from(desktop.output.classesDirs)
from(desktop.output.resourcesDir)

val main = project.project(":common").sourceSets.getByName("main")
from(main.output.classesDirs) {
exclude("/iris.refmap.json")
Expand Down

0 comments on commit 3657a12

Please sign in to comment.