2025-01-27 13:05:23 +08:00
|
|
|
# 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"
|
2025-01-27 13:20:31 +08:00
|
|
|
fabric_version = "0.115.0+1.21.4"
|
|
|
|
|
|
|
|
compression = "1.+"
|
2025-01-27 13:05:23 +08:00
|
|
|
|
|
|
|
[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]
|
2025-01-27 13:20:31 +08:00
|
|
|
fabric_loom = { id = "fabric-loom", version.ref = "fabric_loom" }
|
|
|
|
compression = { id = "io.github.p03w.machete", version.ref = "compression" }
|