Update all deps and versions for 1.20.1

This commit is contained in:
Aizistral
2026-01-27 23:42:50 +01:00
parent e303157f67
commit 0fe1089554
6 changed files with 18 additions and 21 deletions

View File

@@ -115,11 +115,10 @@ curseforge {
changelogType = 'markdown'
changelog = file('../CHANGELOG.md')
addGameVersion '1.19.4'
addGameVersion '1.19.3'
addGameVersion '1.19.2'
addGameVersion '1.19.1'
addGameVersion '1.20.1'
addGameVersion '1.20'
addGameVersion 'Forge'
addGameVersion 'NeoForge'
addGameVersion 'Java 17'
}
}
@@ -132,8 +131,8 @@ modrinth {
versionType = "release"
changelog = rootProject.file("../CHANGELOG.md").text
uploadFile = jar
gameVersions = [ '1.19.4', '1.19.3', '1.19.2', '1.19.1' ]
loaders = [ 'forge' ]
gameVersions = [ '1.20.1', '1.20' ]
loaders = [ 'forge', 'neoforge' ]
}
task upload {