mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 18:45:21 +01:00
Change forge version to 1.14.4 in mc/1.13 release
This commit is contained in:
parent
67cb42fa40
commit
ebbdd225cc
@ -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]
|
||||
|
@ -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"
|
Loading…
Reference in New Issue
Block a user