From a38e3849a211ca802fa9b032766e0e09e0ea2467 Mon Sep 17 00:00:00 2001 From: Marcel Konrad Date: Thu, 17 Mar 2022 10:50:52 +0100 Subject: [PATCH] Bump forge version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5bdb423..0031bfd 100644 --- a/build.gradle +++ b/build.gradle @@ -106,7 +106,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.18.2-40.0.2' + minecraft 'net.minecraftforge:forge:1.18.2-40.0.18' // You may put jars on which you depend on in ./libs or you may define them like so.. // compile "some.group:artifact:version:classifier"