Update forge for new block API

This commit is contained in:
Kenzie Togami
2018-10-04 17:18:43 -07:00
parent d0ea5121f2
commit ef2c07ca24
10 changed files with 367 additions and 9 deletions

View File

@@ -13,6 +13,11 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'
configurations.all {
resolutionStrategy {
force 'org.ow2.asm:asm:5.2'
}
}
dependencies {
compile project(':worldedit-core')