Update to Forge 1.14.

This commit is contained in:
wizjany
2019-06-09 01:02:24 -04:00
parent 61fd44fa8c
commit 078d6f6440
23 changed files with 533 additions and 569 deletions

View File

@@ -14,8 +14,8 @@ buildscript {
apply plugin: 'eclipse'
apply plugin: 'net.minecraftforge.gradle'
def minecraftVersion = "1.13.2"
def forgeVersion = "25.0.146"
def minecraftVersion = "1.14.2"
def forgeVersion = "26.0.25"
configurations.all { Configuration it ->
it.resolutionStrategy { ResolutionStrategy rs ->
@@ -36,7 +36,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
minecraft {
mappings channel: 'snapshot', version: '20190415-1.13.2'
mappings channel: 'snapshot', version: "20190614-${minecraftVersion}"
runs {
client = {
@@ -57,7 +57,6 @@ minecraft {
}
}
accessTransformer = file('worldedit_at.cfg')
}
project.archivesBaseName = "${project.archivesBaseName}-mc${minecraftVersion}"
@@ -84,8 +83,7 @@ processResources {
jar {
manifest {
attributes("Class-Path": "truezip.jar WorldEdit/truezip.jar js.jar WorldEdit/js.jar",
"WorldEdit-Version": version,
"FMLAT": "worldedit_at.cfg")
"WorldEdit-Version": version)
}
}