Update all deps and versions for 1.20.4

This commit is contained in:
Aizistral
2026-01-29 00:06:55 +01:00
parent 2ab39dcd19
commit d2646c62ee
9 changed files with 24 additions and 21 deletions

View File

@@ -68,7 +68,8 @@ curseforge {
changelog = file('../CHANGELOG.md')
mainArtifact(remapJar)
addGameVersion '1.20.2'
addGameVersion '1.20.4'
addGameVersion '1.20.3'
addGameVersion 'Fabric'
addGameVersion 'Java 17'
@@ -86,7 +87,7 @@ modrinth {
versionType = "release"
changelog = rootProject.file("../CHANGELOG.md").text
uploadFile = remapJar
gameVersions = [ '1.20.2' ]
gameVersions = [ '1.20.4', '1.20.3' ]
loaders = [ 'fabric' ]
dependencies {