mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-04-02 18:16:38 +02:00
Update fabric and forge to 1.16.3
This commit is contained in:
parent
5d82c40884
commit
4f86c2266c
@ -9,10 +9,10 @@ configurations {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
minecraft "com.mojang:minecraft:1.16.2"
|
||||
mappings "net.fabricmc:yarn:1.16.2+build.21:v2"
|
||||
modImplementation "net.fabricmc:fabric-loader:0.9.2+build.206"
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:0.19.0+build.398-1.16"
|
||||
minecraft "com.mojang:minecraft:1.16.3"
|
||||
mappings "net.fabricmc:yarn:1.16.3+build.1:v2"
|
||||
modImplementation "net.fabricmc:fabric-loader:0.9.3+build.207"
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:0.20.2+build.402-1.16"
|
||||
|
||||
shadowInclude (project(':BlueMapCommon')) {
|
||||
//exclude dependencies provided by fabric
|
||||
@ -58,7 +58,7 @@ task ramappedShadowJar(type: RemapJarTask) {
|
||||
dependsOn tasks.shadowJar
|
||||
input = tasks.shadowJar.archivePath
|
||||
addNestedDependencies = true
|
||||
archiveName = "BlueMap-${version}-fabric-1.16.2.jar"
|
||||
archiveName = "BlueMap-${version}-fabric-1.16.3.jar"
|
||||
}
|
||||
build.dependsOn ramappedShadowJar
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
"depends": {
|
||||
"fabricloader": ">=0.9.0",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.16.2"
|
||||
"minecraft": ["1.16.2", "1.16.3"]
|
||||
},
|
||||
"suggests": {}
|
||||
}
|
||||
|
@ -14,12 +14,12 @@ A 3d-map of your Minecraft worlds view-able in your browser using three.js (WebG
|
||||
[[dependencies.bluemap]]
|
||||
modId="forge"
|
||||
mandatory=true
|
||||
versionRange="[28,)"
|
||||
versionRange="[29,)"
|
||||
ordering="NONE"
|
||||
side="SERVER"
|
||||
[[dependencies.bluemap]]
|
||||
modId="minecraft"
|
||||
mandatory=true
|
||||
versionRange="[1.15.2]"
|
||||
versionRange="[1.15,1.15.2]"
|
||||
ordering="NONE"
|
||||
side="SERVER"
|
@ -20,7 +20,7 @@ configurations {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
minecraft 'net.minecraftforge:forge:1.16.2-33.0.7'
|
||||
minecraft 'net.minecraftforge:forge:1.16.3-34.0.0'
|
||||
|
||||
include (project(':BlueMapCommon')) {
|
||||
//exclude dependencies provided by forge
|
||||
@ -34,7 +34,7 @@ dependencies {
|
||||
|
||||
build.dependsOn shadowJar {
|
||||
destinationDir = file '../../build/release'
|
||||
archiveFileName = "BlueMap-${version}-forge-1.16.2.jar"
|
||||
archiveFileName = "BlueMap-${version}-forge-1.16.3.jar"
|
||||
|
||||
configurations = [project.configurations.include]
|
||||
|
||||
|
@ -14,12 +14,12 @@ A 3d-map of your Minecraft worlds view-able in your browser using three.js (WebG
|
||||
[[dependencies.bluemap]]
|
||||
modId="forge"
|
||||
mandatory=true
|
||||
versionRange="[28,)"
|
||||
versionRange="[32,)"
|
||||
ordering="NONE"
|
||||
side="SERVER"
|
||||
[[dependencies.bluemap]]
|
||||
modId="minecraft"
|
||||
mandatory=true
|
||||
versionRange="[1.16.1]"
|
||||
versionRange="[1.16.1,1.16.3]"
|
||||
ordering="NONE"
|
||||
side="SERVER"
|
Loading…
Reference in New Issue
Block a user