Update Forge 1.13.2 verison

This commit is contained in:
Mike Primm 2019-09-29 15:29:43 -05:00
parent fadfe1ba09
commit 0d336ea988

View File

@ -18,7 +18,7 @@ apply plugin: 'eclipse'
dependencies {
compile project(":DynmapCore")
compile project(":DynmapCoreAPI")
minecraft 'net.minecraftforge:forge:1.13.2-25.0.191'
minecraft 'net.minecraftforge:forge:1.13.2-25.0.219'
}
sourceCompatibility = 1.8
@ -33,7 +33,7 @@ repositories {
}
minecraft {
mappings channel: 'snapshot', version: '20190415-1.13.2'
mappings channel: 'snapshot', version: '20190530-1.13.2'
runs {
server {
workingDirectory project.file('run').canonicalPath