Update forge version

This commit is contained in:
Marcel Konrad
2018-06-22 00:17:50 +02:00
parent def22e1ebb
commit 89a8ef67ad

View File

@@ -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'