From 89a8ef67ad3ab1de1d23bf6279840fc01db28c2b Mon Sep 17 00:00:00 2001 From: Marcel Konrad Date: Fri, 22 Jun 2018 00:17:50 +0200 Subject: [PATCH] Update forge version --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 39eb666..594f863 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ task signJar(type: SignJar, dependsOn: reobfJar) { build.dependsOn signJar minecraft { - version = "1.12.2-14.23.2.2611" + version = "1.12.2-14.23.3.2676" runDir = "run" replace '$version', modversion @@ -52,7 +52,7 @@ minecraft { replace '$url', url replace '$update_url', update_url replace '$certificate', certificate - + // the mappings can be changed at any time, and must be in the following format. // snapshot_YYYYMMDD snapshot are built nightly. // stable_# stables are built at the discretion of the MCP team. @@ -94,11 +94,11 @@ processResources { // replace stuff in mcmod.info, nothing else from(sourceSets.main.resources.srcDirs) { include 'mcmod.info' - + // replace version and mcversion expand 'version':project.version, 'mcversion':project.minecraft.version } - + // copy everything else except the mcmod.info from(sourceSets.main.resources.srcDirs) { exclude 'mcmod.info'