diff --git a/build.gradle b/build.gradle index 9a62be81..098796cc 100644 --- a/build.gradle +++ b/build.gradle @@ -82,7 +82,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.20' + minecraft 'net.minecraftforge:forge:1.15.2-31.0.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" diff --git a/version.properties b/version.properties index 276b51fc..f4b1d532 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ -MC=1.15.1 -LOADER=30 +MC=1.15.2 +LOADER=31 MAJORMOD=0 MAJORAPI=2 MINOR=0 -PATCH=1 +PATCH=2