Update all deps and versions for 1.20.2

This commit is contained in:
Aizistral
2026-01-28 22:07:39 +01:00
parent 29d7000526
commit c5b58bece9
6 changed files with 15 additions and 18 deletions

View File

@@ -68,8 +68,7 @@ curseforge {
changelog = file('../CHANGELOG.md')
mainArtifact(remapJar)
addGameVersion '1.20.1'
addGameVersion '1.20'
addGameVersion '1.20.2'
addGameVersion 'Fabric'
addGameVersion 'Java 17'
@@ -87,7 +86,7 @@ modrinth {
versionType = "release"
changelog = rootProject.file("../CHANGELOG.md").text
uploadFile = remapJar
gameVersions = [ '1.20.1', '1.20' ]
gameVersions = [ '1.20.2' ]
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.1
minecraft_version=1.20.2
loader_version=0.18.4
loom_version=1.13-SNAPSHOT
# Mod Properties
mod_version=Fabric-MC1.20.1-v1.0.0
mod_version=Fabric-MC1.20.2-v1.0.0
maven_group=com.aizistral.nochatrestrictions
archives_base_name=NoChatRestrictions
# Dependencies
fabric_api_version=0.92.7+1.20.1
fabric_api_version=0.91.6+1.20.2

View File

@@ -25,7 +25,7 @@
],
"depends": {
"fabricloader": ">=0.18.4",
"minecraft": ">=1.20 <=1.20.1",
"minecraft": "=1.20.2",
"java": ">=17",
"fabric": "*"
}