diff options
author | Linnea Gräf <nea@nea.moe> | 2025-03-25 21:40:31 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-03-25 21:40:31 +0100 |
commit | 4f4652bb0d50dfd37297a573ad73ef9cd1a8e92d (patch) | |
tree | 196d3c0ccb6e5bf8bf38666312ee88619af03ace | |
parent | 7c2d984d330e8a4988e6916394a3e97f2f2d2a5b (diff) | |
download | Firmament-mc1.21.5.tar.gz Firmament-mc1.21.5.tar.bz2 Firmament-mc1.21.5.zip |
build: Bump to 1.21.5 versionsmc1.21.5
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | gradle/libs.versions.toml | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index d3d62b5..f9de447 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ plugins { alias(libs.plugins.kotlin.plugin.ksp) // alias(libs.plugins.loom) // TODO: use arch loom once they update to 1.8 - id("fabric-loom") version "1.9.2" + id("fabric-loom") version "1.10.1" alias(libs.plugins.shadow) id("moe.nea.licenseextractificator") id("moe.nea.mc-auto-translations") version "0.2.0" diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index dc1f36d..a04a6ed 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ # SPDX-License-Identifier: CC0-1.0 [versions] -minecraft = "1.21.4" +minecraft = "1.21.5" # Update from https://kotlinlang.org/ kotlin = "2.1.10" @@ -12,10 +12,10 @@ kotlin_ksp = "2.1.10-1.0.30" # Update from https://linkie.shedaniel.me/dependencies?loader=fabric fabric_loader = "0.16.10" -fabric_api = "0.117.0+1.21.4" -yarn = "1.21.4+build.8" -modmenu = "13.0.2" -architectury = "15.0.1" +fabric_api = "0.119.5+1.21.5" +yarn = "1.21.5+build.1" +modmenu = "14.0.0-rc.2" +architectury = "16.0.2" rei = "18.0.796" # Update from https://maven.fabricmc.net/net/fabricmc/fabric-language-kotlin/ @@ -28,7 +28,7 @@ loom = "1.7.414" # TODO: port back to architectury (and) 1.9.424 qolify = "1.6.0-1.21.1" # Update from https://modrinth.com/mod/sodium/versions?l=fabric -sodium = "mc1.21.4-0.6.6-fabric" +sodium = "mc1.21.5-0.6.11-fabric" # Update from https://modrinth.com/mod/freecam/versions?l=fabric freecammod = "1.3.2+mc1.21.4" @@ -84,7 +84,7 @@ manninghamMills = "2.4.1" # Update from https://docs.isxander.dev/yet-another-config-lib/installing-yacl # Nvm, they just don't update docs: https://modrinth.com/mod/yacl/versions?l=fabric -yacl = "3.6.2+1.21.4-fabric" +yacl = "3.6.6+1.21.5-fabric" # Update from https://maven.shedaniel.me/me/shedaniel/cloth/basic-math/0.6.1/ basicMath = "0.6.1" |