Update forge version
This commit is contained in:
@@ -43,7 +43,7 @@ task signJar(type: SignJar, dependsOn: reobfJar) {
|
|||||||
build.dependsOn signJar
|
build.dependsOn signJar
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
version = "1.12.2-14.23.2.2611"
|
version = "1.12.2-14.23.3.2676"
|
||||||
runDir = "run"
|
runDir = "run"
|
||||||
|
|
||||||
replace '$version', modversion
|
replace '$version', modversion
|
||||||
@@ -52,7 +52,7 @@ minecraft {
|
|||||||
replace '$url', url
|
replace '$url', url
|
||||||
replace '$update_url', update_url
|
replace '$update_url', update_url
|
||||||
replace '$certificate', certificate
|
replace '$certificate', certificate
|
||||||
|
|
||||||
// the mappings can be changed at any time, and must be in the following format.
|
// the mappings can be changed at any time, and must be in the following format.
|
||||||
// snapshot_YYYYMMDD snapshot are built nightly.
|
// snapshot_YYYYMMDD snapshot are built nightly.
|
||||||
// stable_# stables are built at the discretion of the MCP team.
|
// stable_# stables are built at the discretion of the MCP team.
|
||||||
@@ -94,11 +94,11 @@ processResources {
|
|||||||
// replace stuff in mcmod.info, nothing else
|
// replace stuff in mcmod.info, nothing else
|
||||||
from(sourceSets.main.resources.srcDirs) {
|
from(sourceSets.main.resources.srcDirs) {
|
||||||
include 'mcmod.info'
|
include 'mcmod.info'
|
||||||
|
|
||||||
// replace version and mcversion
|
// replace version and mcversion
|
||||||
expand 'version':project.version, 'mcversion':project.minecraft.version
|
expand 'version':project.version, 'mcversion':project.minecraft.version
|
||||||
}
|
}
|
||||||
|
|
||||||
// copy everything else except the mcmod.info
|
// copy everything else except the mcmod.info
|
||||||
from(sourceSets.main.resources.srcDirs) {
|
from(sourceSets.main.resources.srcDirs) {
|
||||||
exclude 'mcmod.info'
|
exclude 'mcmod.info'
|
||||||
|
|||||||
Reference in New Issue
Block a user