23 lines
877 B
TOML
23 lines
877 B
TOML
# The latest versions are available at https://quiltmc.org/en/usage/latest-versions
|
|
[versions]
|
|
minecraft = "1.21.4"
|
|
yarn_mappings="1.21.4+build.8"
|
|
|
|
fabric_loom = "1.9-SNAPSHOT"
|
|
# check these on https://modmuss50.me/fabric.html
|
|
fabric_loader = "0.16.10"
|
|
fabric_version="0.115.0+1.21.4"
|
|
|
|
[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" } |