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 {

View File

@@ -7,14 +7,14 @@ org.gradle.configuration-cache=false
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.18.2
minecraft_version=1.19
loader_version=0.18.4
loom_version=1.13-SNAPSHOT
# Mod Properties
mod_version=Fabric-MC1.18.2-v1.0.0
mod_version=Fabric-MC1.19-v1.0.0
maven_group=com.aizistral.nochatrestrictions
archives_base_name=NoChatRestrictions
# Dependencies
fabric_api_version=0.77.0+1.18.2
fabric_api_version=0.58.0+1.19

View File

@@ -25,7 +25,7 @@
],
"depends": {
"fabricloader": ">=0.18.4",
"minecraft": "~1.18",
"minecraft": "=1.19",
"java": ">=17",
"fabric": "*"
}