From b1d33ce242357cac4a63ee57030cf3bdff0f1131 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Mon, 20 Dec 2021 11:08:22 +0700 Subject: [PATCH] Bump forge version to 1.18.1-39.0.5 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9c0bd24b1..2d249622a 100644 --- a/build.gradle +++ b/build.gradle @@ -138,7 +138,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.18-38.0.12' + minecraft 'net.minecraftforge:forge:1.18.1-39.0.5' // 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