Update mappings and forge, correct toml keys

This commit is contained in:
Kenzie Togami
2019-02-18 21:03:03 -08:00
committed by Matthew Miller
parent de9798bf7e
commit 7faafa1635
2 changed files with 14 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle'
def minecraftVersion = "1.13.2"
def forgeVersion = "25.0.13"
def forgeVersion = "25.0.34"
dependencies {
compile project(':worldedit-core')
@@ -28,7 +28,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
minecraft {
mappings channel: 'snapshot', version: '20180921-1.13'
mappings channel: 'snapshot', version: '20190217-1.13.1'
runs {
client = {