update deps

This commit is contained in:
creeper123123321 2022-01-03 15:18:49 -03:00
parent 7c88d64676
commit ef7062d1eb
4 changed files with 15 additions and 13 deletions

View File

@ -60,7 +60,7 @@ allprojects {
implementation("com.viaversion:viaversion:$vvVer") { transitive = false }
implementation("org.yaml:snakeyaml:$yamlVer")
modImplementation("net.fabricmc:fabric-loader:0.12.5")
modImplementation("net.fabricmc:fabric-loader:0.12.12")
}
processResources {

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View File

@ -1,7 +1,7 @@
dependencies {
minecraft("com.mojang:minecraft:1.18")
mappings("net.fabricmc:yarn:1.18+build.1:v2")
minecraft("com.mojang:minecraft:1.18.1")
mappings("net.fabricmc:yarn:1.18.1+build.14:v2")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.43.1+1.18")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.45.0+1.18")
modImplementation("com.terraformersmc:modmenu:3.0.0")
}

View File

@ -1,13 +1,15 @@
dependencies {
minecraft("com.mojang:minecraft:1.8.9")
mappings("net.fabricmc:yarn:1.8.9+build.202112162000:v2") {
exclude(group = "net.fabricmc", module = "fabric-loader-1.8.9")
}
minecraft("com.mojang:minecraft:1.8.9")
mappings("net.fabricmc:yarn:1.8.9+build.202112162000:v2")
modImplementation("net.legacyfabric.legacy-fabric-api:legacy-fabric-api:1.2.0+1.8.9")
modImplementation("io.github.boogiemonster1o1:modmenu:0.1.0+1.8.9")
modImplementation("net.legacyfabric.legacy-fabric-api:legacy-fabric-api:1.2.0+1.8.9") {
exclude(module = "fabric-loader-1.8.9")
}
modImplementation("io.github.boogiemonster1o1:modmenu:0.1.0+1.8.9") {
exclude(module = "fabric-loader-1.8.9")
}
}
loom {
intermediaryUrl.set("https://maven.legacyfabric.net/net/fabricmc/intermediary/%1\$s/intermediary-%1\$s-v2.jar")
}
intermediaryUrl.set("https://maven.legacyfabric.net/net/fabricmc/intermediary/%1\$s/intermediary-%1\$s-v2.jar")
}