Update Forge 1.13.2 verison
This commit is contained in:
parent
fadfe1ba09
commit
0d336ea988
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue