Update Forge 1.13.2 verison

This commit is contained in:
Mike Primm 2019-09-29 15:29:43 -05:00
parent f08f2fc130
commit f90b8e82f9

View file

@ -18,7 +18,7 @@ apply plugin: 'eclipse'
dependencies { dependencies {
compile project(":DynmapCore") compile project(":DynmapCore")
compile project(":DynmapCoreAPI") 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 sourceCompatibility = 1.8
@ -33,7 +33,7 @@ repositories {
} }
minecraft { minecraft {
mappings channel: 'snapshot', version: '20190415-1.13.2' mappings channel: 'snapshot', version: '20190530-1.13.2'
runs { runs {
server { server {
workingDirectory project.file('run').canonicalPath workingDirectory project.file('run').canonicalPath