Update all deps and versions for 1.19

This commit is contained in:
Aizistral
2026-01-27 20:56:10 +01:00
parent cd4ce4c307
commit 891de10072
6 changed files with 14 additions and 18 deletions

View File

@@ -68,9 +68,7 @@ curseforge {
changelog = file('../CHANGELOG.md')
mainArtifact(remapJar)
addGameVersion '1.18.2'
addGameVersion '1.18.1'
addGameVersion '1.18'
addGameVersion '1.19'
addGameVersion 'Fabric'
addGameVersion 'Java 17'
@@ -88,7 +86,7 @@ modrinth {
versionType = "release"
changelog = rootProject.file("../CHANGELOG.md").text
uploadFile = remapJar
gameVersions = [ '1.18.2', '1.18.1', '1.18' ]
gameVersions = [ '1.19' ]
loaders = [ 'fabric' ]
dependencies {