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

@@ -115,7 +115,8 @@ curseforge {
changelogType = 'markdown'
changelog = file('../CHANGELOG.md')
addGameVersion '1.20.2'
addGameVersion '1.20.4'
addGameVersion '1.20.3'
addGameVersion 'Forge'
addGameVersion 'Java 17'
}
@@ -129,7 +130,7 @@ modrinth {
versionType = "release"
changelog = rootProject.file("../CHANGELOG.md").text
uploadFile = jar
gameVersions = [ '1.20.2' ]
gameVersions = [ '1.20.4', '1.20.3' ]
loaders = [ 'forge' ]
}