Skip to content

Commit

Permalink
Add genPatches task alias to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Jan 27, 2025
1 parent 3837247 commit 56caac0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ dependencies {
compileOnly(jarJar(project(":neoforge-coremods")))
}

tasks.register('genPatches') {
dependsOn(tasks.named('unpackSourcePatches'))
}

runTypes {
client {
singleInstance false
Expand Down

0 comments on commit 56caac0

Please sign in to comment.