Update mappings and forge, correct toml keys
This commit is contained in:
committed by
Matthew Miller
parent
de9798bf7e
commit
7faafa1635
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user