Skip to content

Commit

Permalink
Update Loom version and reconfigure run locations
Browse files Browse the repository at this point in the history
  • Loading branch information
MacaylaMarvelous81 committed Aug 4, 2024
1 parent 1131a60 commit c1671d2
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.2-SNAPSHOT'
id 'fabric-loom' version '1.7-SNAPSHOT'
id 'maven-publish'
}

Expand Down Expand Up @@ -76,3 +76,19 @@ publishing {
// retrieving dependencies.
}
}

loom {
runs {
client {
client()

runDir = "run/client"
}

server {
server()

runDir = "run/server"
}
}
}

0 comments on commit c1671d2

Please sign in to comment.