Skip to content

Commit

Permalink
MC1.17.1対応
Browse files Browse the repository at this point in the history
  • Loading branch information
graycat27 committed Nov 14, 2021
1 parent 9a64f95 commit 7f8b7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}

version = 'forge_1.3.3'
version = '1.3.4_forgeMC1.17.1'
group = 'com.github.gray27.flighthudmod'
archivesBaseName = 'flighthudmod'

Expand Down Expand Up @@ -112,7 +112,7 @@ dependencies {
// Specify the version of Minecraft to use, If this is any group other then 'net.minecraft' it is assumed
// that the dep is a ForgeGradle 'patcher' dependency. And it's patches will be applied.
// The userdev artifact is a special name and will get all sorts of transformations applied to it.
minecraft 'net.minecraftforge:forge:1.17.1-37.0.104'
minecraft 'net.minecraftforge:forge:1.17.1-37.0.109'

// You may put jars on which you depend on in ./libs or you may define them like so..
// compile "some.group:artifact:version:classifier"
Expand Down

0 comments on commit 7f8b7d9

Please sign in to comment.