[Forge] Update to 1.14.3

Dieser Commit ist enthalten in:
Kenzie Togami 2019-06-26 19:44:42 -07:00
Ursprung 79910c57d7
Commit 255f016df3
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 5D200B325E157A81

Datei anzeigen

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