Update all deps and versions for 1.19.4

This commit is contained in:
Aizistral
2026-01-27 21:40:17 +01:00
parent 93013f1be3
commit 6dd040f5af
6 changed files with 20 additions and 14 deletions

View File

@@ -68,7 +68,10 @@ curseforge {
changelog = file('../CHANGELOG.md')
mainArtifact(remapJar)
addGameVersion '1.19'
addGameVersion '1.19.4'
addGameVersion '1.19.3'
addGameVersion '1.19.2'
addGameVersion '1.19.1'
addGameVersion 'Fabric'
addGameVersion 'Java 17'
@@ -86,7 +89,7 @@ modrinth {
versionType = "release"
changelog = rootProject.file("../CHANGELOG.md").text
uploadFile = remapJar
gameVersions = [ '1.19' ]
gameVersions = [ '1.19.4', '1.19.3', '1.19.2', '1.19.1' ]
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.19
minecraft_version=1.19.4
loader_version=0.18.4
loom_version=1.13-SNAPSHOT
# Mod Properties
mod_version=Fabric-MC1.19-v1.0.0
mod_version=Fabric-MC1.19.4-v1.0.0
maven_group=com.aizistral.nochatrestrictions
archives_base_name=NoChatRestrictions
# Dependencies
fabric_api_version=0.58.0+1.19
fabric_api_version=0.87.2+1.19.4

View File

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