WIP: Port to compilation on 1.21.4
This commit is contained in:
@@ -3,21 +3,23 @@
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
[versions]
|
||||
minecraft = "1.21.3"
|
||||
minecraft = "1.21.4"
|
||||
|
||||
# Update from https://kotlinlang.org/
|
||||
kotlin = "2.0.21"
|
||||
kotlin = "2.1.0"
|
||||
# Update from https://github.com/google/ksp/releases
|
||||
kotlin_ksp = "2.0.21-1.0.26"
|
||||
kotlin_ksp = "2.1.0-1.0.29"
|
||||
|
||||
# Update from https://linkie.shedaniel.me/dependencies?loader=fabric
|
||||
fabric_loader = "0.16.9"
|
||||
fabric_api = "0.107.0+1.21.3"
|
||||
fabric_kotlin = "1.12.3+kotlin.2.0.21"
|
||||
yarn = "1.21.3+build.2"
|
||||
fabric_api = "0.110.5+1.21.4"
|
||||
yarn = "1.21.4+build.1"
|
||||
modmenu = "13.0.0-beta.1"
|
||||
architectury = "15.0.1"
|
||||
rei = "17.0.789"
|
||||
modmenu = "12.0.0-beta.1"
|
||||
architectury = "14.0.4"
|
||||
|
||||
# Update from https://maven.fabricmc.net/net/fabricmc/fabric-language-kotlin/
|
||||
fabric_kotlin = "1.13.0+kotlin.2.1.0"
|
||||
|
||||
# Update from https://maven.architectury.dev/dev/architectury/loom/dev.architectury.loom.gradle.plugin/
|
||||
loom = "1.7.414"
|
||||
@@ -26,16 +28,16 @@ loom = "1.7.414"
|
||||
qolify = "1.6.0-1.21.1"
|
||||
|
||||
# Update from https://modrinth.com/mod/sodium/versions?l=fabric
|
||||
sodium = "mc1.21.3-0.6.0-beta.4-fabric"
|
||||
sodium = "mc1.21.4-0.6.2-fabric"
|
||||
|
||||
# Update from https://modrinth.com/mod/freecam/versions?l=fabric
|
||||
freecammod = "vomskVK3"
|
||||
freecammod = "1.3.1+mc1.21.3"
|
||||
|
||||
# Update from https://modrinth.com/mod/no-chat-reports/versions?l=fabric
|
||||
ncr = "Fabric-1.21.3-v2.10.0"
|
||||
|
||||
# Update from https://modrinth.com/mod/female-gender/versions?l=fabric
|
||||
femalegender = "kJmjQvAS"
|
||||
femalegender = "4.3+1.21.4"
|
||||
|
||||
# Update from https://modrinth.com/mod/explosive-enhancement/versions?l=fabric
|
||||
explosiveenhancement = "1.2.3-1.21.0"
|
||||
@@ -49,12 +51,13 @@ citresewn = "1.2.0+1.21"
|
||||
devauth = "1.2.0"
|
||||
|
||||
# Update from https://ktor.io/
|
||||
ktor = "3.0.1"
|
||||
ktor = "3.0.2"
|
||||
|
||||
# Update from https://repo.nea.moe/#/releases/moe/nea/neurepoparser
|
||||
neurepoparser = "1.6.0"
|
||||
|
||||
# Update from https://github.com/HotswapProjects/HotswapAgent/releases
|
||||
# TODO: bump to 2.0.1
|
||||
hotswap_agent = "1.4.2-SNAPSHOT"
|
||||
|
||||
# Update from https://github.com/LlamaLad7/MixinExtras/tags
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -4,6 +4,6 @@
|
||||
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user