mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 03:05:28 +01:00
Fix forge 1.13.2 mappings
This commit is contained in:
parent
360916f5aa
commit
10403ff271
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user