From e6e694e95d9d3b7175d6b4e4d279869ab1d98ff1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jun 2023 00:15:00 +0000 Subject: [PATCH] fix(deps): update dependency net.minecraftforge:forge to v1.20-46.0.10 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0332713..8286592 100644 --- a/build.gradle +++ b/build.gradle @@ -90,7 +90,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.15.1-30.0.35' + minecraft 'net.minecraftforge:forge:1.20-46.0.10' // You may put jars on which you depend on in ./libs or you may define them like so.. // compile "some.group:artifact:version:classifier"