From 7e6bf764b1b5ab82883d393fe4cf922dc8c0bb91 Mon Sep 17 00:00:00 2001 From: Marcel Konrad Date: Tue, 17 Sep 2019 22:39:34 +0200 Subject: [PATCH] Update to forge 28.1.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 96556c9..3f90f3d 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,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.14.4-28.0.45' + minecraft 'net.minecraftforge:forge:1.14.4-28.1.1' // You may put jars on which you depend on in ./libs or you may define them like so.. // compile "some.group:artifact:version:classifier"