Change forge version to 1.14.4 in mc/1.13 release

This commit is contained in:
Blue (Lukas Rieger) 2020-05-30 19:50:55 +02:00
parent 67cb42fa40
commit ebbdd225cc
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ configurations {
}
dependencies {
minecraft 'net.minecraftforge:forge:1.15.2-31.1.0'
minecraft 'net.minecraftforge:forge:1.14.4-28.2.0'
include (project(':BlueMapCommon')) {
//exclude dependencies provided by forge
@ -33,7 +33,7 @@ dependencies {
}
build.dependsOn shadowJar {
destinationDir = file '../build/unsupported'
destinationDir = file '../build/release'
archiveFileName = "BlueMap-${version}-forge.jar"
configurations = [project.configurations.include]

View File

@ -20,6 +20,6 @@ A 3d-map of your Minecraft worlds view-able in your browser using three.js (WebG
[[dependencies.bluemap]]
modId="minecraft"
mandatory=true
versionRange="[1.15.2]"
versionRange="[1.14.4]"
ordering="NONE"
side="SERVER"