Add 1.16.4 support for fabric and forge

This commit is contained in:
Blue (Lukas Rieger) 2020-11-04 01:16:35 +01:00
parent e1c25a116a
commit 97a19c821e
No known key found for this signature in database
GPG Key ID: 904C4995F9E1F800
4 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@ task ramappedShadowJar(type: RemapJarTask) {
dependsOn tasks.shadowJar
input = tasks.shadowJar.archivePath
addNestedDependencies = true
archiveName = "BlueMap-${version}-fabric-1.16.3.jar"
archiveName = "BlueMap-${version}-fabric-1.16.4.jar"
}
build.dependsOn ramappedShadowJar

View File

@ -29,7 +29,7 @@
"depends": {
"fabricloader": ">=0.9.0",
"fabric": "*",
"minecraft": ["1.16.2", "1.16.3"]
"minecraft": ["1.16.2", "1.16.3", "1.16.4"]
},
"suggests": {}
}

View File

@ -34,7 +34,7 @@ dependencies {
build.dependsOn shadowJar {
destinationDir = file '../../build/release'
archiveFileName = "BlueMap-${version}-forge-1.16.3.jar"
archiveFileName = "BlueMap-${version}-forge-1.16.4.jar"
configurations = [project.configurations.include]

View File

@ -21,6 +21,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.16.1,1.16.3]"
versionRange="[1.16.1,1.16.4]"
ordering="NONE"
side="SERVER"