Skip to content

Commit

Permalink
build: Fix minotaur dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 authored Jul 5, 2023
1 parent 3921a6f commit b84e9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,6 @@ modrinth {
gameVersions = ["${project.mc_version}"]
loaders = ["forge"]
dependencies {
required.project "aether", "${project.aether_version}"
required.version "aether", "${project.aether_version}"
}
}

0 comments on commit b84e9f5

Please sign in to comment.