Skip to content

Commit

Permalink
Build 1.21.3-v2.10.0 coming right up
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizistral committed Oct 29, 2024
1 parent c3273aa commit 975c08c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ curseforge {
mainArtifact(remapJar)

addGameVersion project.minecraft_version
addGameVersion '1.21'
addGameVersion '1.21.2'
addGameVersion 'Quilt'
addGameVersion 'Fabric'
addGameVersion 'Java 21'
Expand Down Expand Up @@ -191,7 +191,7 @@ modrinth {
versionType = "${version_type}"
changelog = rootProject.file("docs/CHANGELOG.md").text
uploadFile = remapJar
gameVersions = [ project.minecraft_version, '1.21' ]
gameVersions = [ project.minecraft_version, '1.21.2' ]
loaders = ['fabric', 'quilt']

dependencies {
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### **\[Build 1.21.3-v2.10.0\]:**

- Initial 1.21.3 port ([thanks Onako2, #491](https://github.com/Aizistral-Studios/No-Chat-Reports/pull/491));
- Renamed `AES/X+Base64` algorithms to `AES/X+Base64R` in encryption config;
- Algorithm names used in encrypted tag tooltip are now correctly localized.


#### **\[Build 1.21.1-v2.9.0\]:**

- Initial 1.21.1 port;
Expand Down
4 changes: 2 additions & 2 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ curseforge {
changelog = rootProject.file('docs/CHANGELOG.md')

addGameVersion project.minecraft_version
addGameVersion '1.21'
addGameVersion '1.21.2'
addGameVersion "Java 21"
addGameVersion "Forge"

Expand All @@ -212,7 +212,7 @@ modrinth {
versionType = "${version_type}"
changelog = rootProject.file("docs/CHANGELOG.md").text
uploadFile = jar
gameVersions = [ project.minecraft_version, '1.21' ]
gameVersions = [ project.minecraft_version, '1.21.2' ]

syncBodyFrom = rootProject.file("docs/README.md").text
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cloth_config_version=16.0.141
# Dependencies in mods.toml
dep_forge=[53,)
dep_neoforge=[21.0.0,)
dep_minecraft=[1.21,)
dep_minecraft=[1.21.2,)

# Publishing
curse_id=634062
Expand Down
4 changes: 2 additions & 2 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ curseforge {
changelog = rootProject.file('docs/CHANGELOG.md')

addGameVersion project.minecraft_version
addGameVersion '1.21'
addGameVersion '1.21.2'
addGameVersion "Java 21"
addGameVersion "NeoForge"

Expand All @@ -187,7 +187,7 @@ modrinth {
versionType = "${version_type}"
changelog = rootProject.file("docs/CHANGELOG.md").text
uploadFile = jar
gameVersions = [ project.minecraft_version, '1.21' ]
gameVersions = [ project.minecraft_version, '1.21.2' ]

syncBodyFrom = rootProject.file("docs/README.md").text
}
Expand Down

0 comments on commit 975c08c

Please sign in to comment.