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'