Further attempts

This commit is contained in:
Matthew Miller
2018-12-15 18:57:37 +10:00
parent e6d5ce8165
commit 11cf5377d9
2 changed files with 5 additions and 13 deletions

View File

@ -13,12 +13,6 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle'
configurations.all {
resolutionStrategy {
force 'org.ow2.asm:asm:5.2'
}
}
def minecraftVersion = "1.13"
def forgeVersion = "24.0.16-1.13-pre"
@ -34,7 +28,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
minecraft {
mappings channel: 'snapshot', version: '20181117'
mappings channel: 'snapshot', version: '20181215'
// runDir = 'run'
// replaceIn "com/sk89q/worldedit/forge/ForgeWorldEdit.java"