Files
donatepay-integration/gradle/libs.versions.toml
bitheaven 1eb7dca8e4
Some checks are pending
build / build (21) (push) Waiting to run
Update to 1.21.11
2026-03-09 09:08:41 +05:00

26 lines
980 B
TOML

# The latest versions are available at https://quiltmc.org/en/usage/latest-versions
[versions]
minecraft = "1.21.11"
yarn_mappings="1.21.11+build.4"
fabric_loom = "1.15-SNAPSHOT"
# check these on https://modmuss50.me/fabric.html
fabric_loader = "0.18.4"
fabric_version = "0.141.3+1.21.11"
compression = "1.+"
[libraries]
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
fabric_loader = { module = "net.fabricmc:fabric-loader", version.ref = "fabric_loader" }
fabric_version = { module = "net.fabricmc.fabric-api:fabric-api", version.ref = "fabric_version" }
yarn_mappings = { module = "net.fabricmc:yarn", version.ref = "yarn_mappings" }
# If you have multiple similar dependencies, you can declare a dependency bundle and reference it on the build script with "libs.bundles.example".
[bundles]
[plugins]
fabric_loom = { id = "fabric-loom", version.ref = "fabric_loom" }
compression = { id = "io.github.p03w.machete", version.ref = "compression" }