[Forge] Update to newer 1.14.2 forge, mappings

This commit is contained in:
Kenzie Togami
2019-06-22 12:42:20 -07:00
parent 8fcc22c21d
commit 7879be157e
2 changed files with 4 additions and 5 deletions

View File

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