Skip to content

Commit

Permalink
Add Fabric runs
Browse files Browse the repository at this point in the history
  • Loading branch information
NotRyken committed Aug 3, 2024
1 parent 8e78e03 commit 85ab6ee
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,20 @@ loom {
mixin {
defaultRefmapName = "${mod_id}.refmap.json"
}
runs {
client {
client()
setConfigName('Fabric Client')
ideConfigGenerated(true)
runDir('runs/client')
}
server {
server()
setConfigName('Fabric Server')
ideConfigGenerated(true)
runDir('runs/server')
}
}
}

tasks.withType(JavaCompile).configureEach {
Expand Down

0 comments on commit 85ab6ee

Please sign in to comment.