Patch new cmds system into old system

This commit is contained in:
Kenzie Togami
2019-04-04 16:16:04 -07:00
parent 1966e5a8a2
commit 8ab6585815
9 changed files with 238 additions and 17 deletions

View File

@ -16,6 +16,12 @@ apply plugin: 'net.minecraftforge.gradle'
def minecraftVersion = "1.13.2"
def forgeVersion = "25.0.76"
configurations.all { Configuration it ->
it.resolutionStrategy { ResolutionStrategy rs ->
rs.force("com.google.guava:guava:21.0")
}
}
dependencies {
compile project(':worldedit-core')
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.11.2'