mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-27 20:58:40 +01:00
Update Forge 1.13.2 verison
This commit is contained in:
parent
fadfe1ba09
commit
0d336ea988
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user