Files
create-air-fabric/gradle/libs.versions.toml
bitheaven 868699b250
Some checks failed
build / build (17) (push) Has been cancelled
build / upload-release (push) Has been cancelled
Update gradle and mods versions
2025-11-08 16:38:19 +05:00

51 lines
2.0 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.6+1.20.1"
# https://modrinth.com/mod/porting_lib/versions
porting_lib = "2.3.14+1.20.1"
# https://modrinth.com/mod/create-fabric/versions
create = "6.0.8.0+build.1734-mc1.20.1"
#create = "6.0.8-289"
# https://modrinth.com/mod/thin-air/versions
thinair = "v8.1.7-1.20.1-Fabric"
# https://modrinth.com/mod/ad-astra/versions
adastra = "gZClwdxY"
# 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" }
porting_lib_base = { module = "io.github.fabricators_of_create.Porting-Lib:base", version.ref = "porting_lib" }
create = { module = "maven.modrinth:create-fabric", version.ref = "create" }
#create = { module = "com.simibubi.create:create-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" }