Skip to content

Commit

Permalink
Add NeoForm and its tool dependencies to the moddev bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Jun 1, 2024
1 parent 66f391c commit 636279f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions projects/neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,12 @@ configurations {
}

dependencies {
modDevBundle("net.neoforged:neoform:${project.minecraft_version}-${project.neoform_version}") {
capabilities {
requireCapability 'net.neoforged:neoform'
}
endorseStrictVersions()
}
modDevApiElements("net.neoforged:neoform:${project.minecraft_version}-${project.neoform_version}") {
capabilities {
requireCapability 'net.neoforged:neoform-dependencies'
Expand Down

0 comments on commit 636279f

Please sign in to comment.