46 lines
1.8 KiB
TOML
46 lines
1.8 KiB
TOML
|
# The latest versions are available at https://quiltmc.org/en/usage/latest-versions
|
||
|
[versions]
|
||
|
minecraft = "1.20.1"
|
||
|
# https://lambdaurora.dev/tools/import_quilt.html
|
||
|
quilt_mappings = "1.20.1+build.23"
|
||
|
# https://parchmentmc.org/docs/getting-started
|
||
|
parchment = "2023.09.03"
|
||
|
|
||
|
fabric_loom = "1.8+"
|
||
|
# check these on https://modmuss50.me/fabric.html
|
||
|
fabric_loader = "0.16.9"
|
||
|
fabric_api = "0.92.2+1.20.1"
|
||
|
|
||
|
# https://modrinth.com/mod/create-fabric/versions
|
||
|
create = "0.5.1-j-build.1631+mc1.20.1"
|
||
|
# https://modrinth.com/mod/thin-air/versions
|
||
|
thinair = "v8.1.5-1.20.1-Fabric"
|
||
|
# https://modrinth.com/mod/ad-astra/versions
|
||
|
adastra = "Xtm1uo8F"
|
||
|
# https://modrinth.com/mod/botarium/versions
|
||
|
botarium = "f3ATcSfq"
|
||
|
|
||
|
# LazyDFU - https://modrinth.com/mod/lazydfu/versions
|
||
|
lazydfu = "0.1.3"
|
||
|
# Mod Menu - https://modrinth.com/mod/modmenu/versions
|
||
|
modmenu = "7.2.2"
|
||
|
|
||
|
[libraries]
|
||
|
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
|
||
|
|
||
|
fabric_loader = { module = "net.fabricmc:fabric-loader", version.ref = "fabric_loader" }
|
||
|
fabric_api = { module = "net.fabricmc.fabric-api:fabric-api", version.ref = "fabric_api" }
|
||
|
|
||
|
create = { module = "com.simibubi.create:create-fabric-1.20.1", version.ref = "create" }
|
||
|
thinair = { module = "maven.modrinth:thin-air", version.ref = "thinair" }
|
||
|
adastra = { module = "maven.modrinth:ad-astra", version.ref = "adastra" }
|
||
|
botarium = { module = "maven.modrinth:botarium", version.ref = "botarium" }
|
||
|
|
||
|
lazydfu = { module = "maven.modrinth:lazydfu", version.ref = "lazydfu" }
|
||
|
modmenu = { module = "com.terraformersmc:modmenu", version.ref = "modmenu" }
|
||
|
|
||
|
# 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" }
|