Update all deps and versions for 1.21.11

This commit is contained in:
Aizistral
2026-01-29 03:31:40 +01:00
parent 88e65ebab7
commit 998756dcd8
9 changed files with 93 additions and 24 deletions

View File

@@ -68,8 +68,18 @@ curseforge {
changelog = file('../CHANGELOG.md')
mainArtifact(remapJar)
addGameVersion '1.20.6'
addGameVersion '1.20.5'
addGameVersion '1.21.11'
addGameVersion '1.21.10'
addGameVersion '1.21.9'
addGameVersion '1.21.8'
addGameVersion '1.21.7'
addGameVersion '1.21.6'
addGameVersion '1.21.5'
addGameVersion '1.21.4'
addGameVersion '1.21.3'
addGameVersion '1.21.2'
addGameVersion '1.21.1'
addGameVersion '1.21'
addGameVersion 'Fabric'
addGameVersion 'Java 21'
@@ -87,7 +97,20 @@ modrinth {
versionType = "release"
changelog = rootProject.file("../CHANGELOG.md").text
uploadFile = remapJar
gameVersions = [ '1.20.6', '1.20.5' ]
gameVersions = [
'1.21.11',
'1.21.10',
'1.21.9',
'1.21.8',
'1.21.7',
'1.21.6',
'1.21.5',
'1.21.4',
'1.21.3',
'1.21.2',
'1.21.1',
'1.21'
]
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.20.6
minecraft_version=1.21.11
loader_version=0.18.4
loom_version=1.13-SNAPSHOT
# Mod Properties
mod_version=Fabric-MC1.20.6-v1.0.0
mod_version=Fabric-MC1.21.11-v1.0.0
maven_group=com.aizistral.nochatrestrictions
archives_base_name=NoChatRestrictions
# Dependencies
fabric_api_version=0.100.8+1.20.6
fabric_api_version=0.141.2+1.21.11

View File

@@ -25,7 +25,7 @@
],
"depends": {
"fabricloader": ">=0.16",
"minecraft": ">=1.20.5 <=1.20.6",
"minecraft": ">=1.21 <=1.21.11",
"java": ">=21",
"fabric": "*"
}