Update gradle and mods versions
Some checks failed
build / build (17) (push) Has been cancelled
build / upload-release (push) Has been cancelled

This commit is contained in:
2025-11-08 16:38:19 +05:00
parent d9dded9726
commit 868699b250
4 changed files with 31 additions and 11 deletions

View File

@ -9,14 +9,17 @@ 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"
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 = "0.5.1-j-build.1631+mc1.20.1"
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.5-1.20.1-Fabric"
thinair = "v8.1.7-1.20.1-Fabric"
# https://modrinth.com/mod/ad-astra/versions
adastra = "Xtm1uo8F"
adastra = "gZClwdxY"
# https://modrinth.com/mod/botarium/versions
botarium = "f3ATcSfq"
@ -31,7 +34,9 @@ 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" }
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" }