Fix forge 1.13.2 mappings

This commit is contained in:
Mike Primm 2020-01-12 18:31:01 -06:00
parent 360916f5aa
commit 10403ff271
1 changed files with 2 additions and 2 deletions

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.215'
minecraft 'net.minecraftforge:forge:1.13.2-25.0.219'
}
sourceCompatibility = 1.8
@ -33,7 +33,7 @@ repositories {
}
minecraft {
mappings channel: 'snapshot', version: '20190215-1.13.1'
mappings channel: 'stable', version: '47-1.13.2'
runs {
server {
workingDirectory project.file('run').canonicalPath