From b2bc06d529ce47d019fb6bcb94c93853bb106566 Mon Sep 17 00:00:00 2001 From: OakBricks Date: Mon, 26 Jul 2021 15:48:30 -0500 Subject: [PATCH] bump forge from 37.0.8 to 37.0.10 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 77634f2..b8cf88f 100644 --- a/build.gradle +++ b/build.gradle @@ -128,7 +128,7 @@ dependencies { // Specify the version of Minecraft to use. If this is any group other than 'net.minecraft', it is assumed // that the dep is a ForgeGradle 'patcher' dependency, and its 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.8' + minecraft 'net.minecraftforge:forge:1.17.1-37.0.10' // Real mod deobf dependency examples - these get remapped to your current mappings // compileOnly fg.deobf("mezz.jei:jei-${mc_version}:${jei_version}:api") // Adds JEI API as a compile dependency