diff --git a/project/build.gradle b/project/build.gradle index 52b1552..ce1fd3a 100644 --- a/project/build.gradle +++ b/project/build.gradle @@ -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' @@ -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"