1.21.3 WIP
This commit is contained in:
@@ -3,36 +3,36 @@
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
[versions]
|
||||
minecraft = "1.21"
|
||||
minecraft = "1.21.3"
|
||||
|
||||
# Update from https://kotlinlang.org/
|
||||
kotlin = "2.0.20"
|
||||
kotlin = "2.0.21"
|
||||
# Update from https://github.com/google/ksp/releases
|
||||
kotlin_ksp = "2.0.20-1.0.24"
|
||||
kotlin_ksp = "2.0.21-1.0.26"
|
||||
|
||||
# Update from https://linkie.shedaniel.me/dependencies?loader=fabric
|
||||
fabric_loader = "0.16.3"
|
||||
fabric_api = "0.100.4+1.21"
|
||||
fabric_kotlin = "1.11.0+kotlin.2.0.0"
|
||||
yarn = "1.21+build.7"
|
||||
rei = "16.0.729"
|
||||
modmenu = "11.0.1"
|
||||
architectury = "13.0.3"
|
||||
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"
|
||||
rei = "17.0.789"
|
||||
modmenu = "12.0.0-beta.1"
|
||||
architectury = "14.0.4"
|
||||
|
||||
# Update from https://maven.architectury.dev/dev/architectury/loom/dev.architectury.loom.gradle.plugin/
|
||||
loom = "1.7.412"
|
||||
loom = "1.7.414"
|
||||
|
||||
# Update from https://modrinth.com/mod/qolify/versions?l=fabric
|
||||
qolify = "1.6.0-1.21.1"
|
||||
|
||||
# Update from https://modrinth.com/mod/sodium/versions?l=fabric
|
||||
sodium = "mc1.21-0.5.11"
|
||||
sodium = "mc1.21.3-0.6.0-beta.4-fabric"
|
||||
|
||||
# Update from https://modrinth.com/mod/freecam/versions?l=fabric
|
||||
freecammod = "vomskVK3"
|
||||
|
||||
# Update from https://modrinth.com/mod/no-chat-reports/versions?l=fabric
|
||||
ncr = "Fabric-1.21-v2.8.0"
|
||||
ncr = "Fabric-1.21.3-v2.10.0"
|
||||
|
||||
# Update from https://modrinth.com/mod/female-gender/versions?l=fabric
|
||||
femalegender = "kJmjQvAS"
|
||||
@@ -49,7 +49,7 @@ citresewn = "1.2.0+1.21"
|
||||
devauth = "1.2.0"
|
||||
|
||||
# Update from https://ktor.io/
|
||||
ktor = "2.3.12"
|
||||
ktor = "3.0.1"
|
||||
|
||||
# Update from https://repo.nea.moe/#/releases/moe/nea/neurepoparser
|
||||
neurepoparser = "1.6.0"
|
||||
@@ -58,13 +58,13 @@ neurepoparser = "1.6.0"
|
||||
hotswap_agent = "1.4.2-SNAPSHOT"
|
||||
|
||||
# Update from https://github.com/LlamaLad7/MixinExtras/tags
|
||||
mixinextras = "0.3.5"
|
||||
mixinextras = "0.4.1"
|
||||
|
||||
jarvis = "1.1.3"
|
||||
nealisp = "1.0.0"
|
||||
nealisp = "1.1.0"
|
||||
|
||||
# Update from https://github.com/NotEnoughUpdates/MoulConfig/tags
|
||||
moulconfig = "3.0.0-beta.15"
|
||||
moulconfig = "3.0.0"
|
||||
|
||||
# Update from https://www.curseforge.com/minecraft/mc-mods/configured/files/all?page=1&pageSize=20
|
||||
configured = "5441234"
|
||||
@@ -77,7 +77,7 @@ hypixelmodapi_fabric = "1.0.1+build.1+mc1.21"
|
||||
manninghamMills = "2.4.1"
|
||||
|
||||
# Update from https://docs.isxander.dev/yet-another-config-lib/installing-yacl
|
||||
yacl = "3.5.0+1.21-fabric"
|
||||
yacl = "3.6.1+1.21.2-fabric"
|
||||
|
||||
# Update from https://maven.shedaniel.me/me/shedaniel/cloth/basic-math/0.6.1/
|
||||
basicMath = "0.6.1"
|
||||
@@ -120,10 +120,8 @@ basicMath = { module = "me.shedaniel.cloth:basic-math", version.ref = "basicMath
|
||||
|
||||
[bundles]
|
||||
runtime_required = [
|
||||
"architectury_fabric",
|
||||
"rei_fabric",
|
||||
"notenoughanimations",
|
||||
"femalegender",
|
||||
# "notenoughanimations",
|
||||
"hypixelmodapi_fabric",
|
||||
]
|
||||
runtime_optional = [
|
||||
@@ -132,7 +130,7 @@ runtime_optional = [
|
||||
# "sodium",
|
||||
# "qolify",
|
||||
"ncr",
|
||||
"citresewn",
|
||||
# "citresewn",
|
||||
]
|
||||
|
||||
[plugins]
|
||||
|
||||
Reference in New Issue
Block a user