[Forge] Update to 1.14.3

This commit is contained in:
Kenzie Togami 2019-06-26 19:44:42 -07:00
parent 79910c57d7
commit 255f016df3
No known key found for this signature in database
GPG Key ID: 5D200B325E157A81

View File

@ -14,8 +14,8 @@ buildscript {
apply plugin: 'eclipse' apply plugin: 'eclipse'
apply plugin: 'net.minecraftforge.gradle' apply plugin: 'net.minecraftforge.gradle'
def minecraftVersion = "1.14.2" def minecraftVersion = "1.14.3"
def forgeVersion = "26.0.48" def forgeVersion = "27.0.13"
configurations.all { Configuration it -> configurations.all { Configuration it ->
it.resolutionStrategy { ResolutionStrategy rs -> it.resolutionStrategy { ResolutionStrategy rs ->
@ -36,7 +36,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8 targetCompatibility = 1.8
minecraft { minecraft {
mappings channel: 'snapshot', version: "20190621-${minecraftVersion}" mappings channel: 'snapshot', version: "20190626-${minecraftVersion}"
runs { runs {
client = { client = {