Skip to content

Commit

Permalink
Update to 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Protonull committed Dec 26, 2024
1 parent 756b920 commit 320f96a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependencies {
modImplementation("com.terraformersmc:modmenu:${project.extra["modmenu_version"]}")

// This is literally only here to make Minecraft SHUT UP about non-signed messages while testing.
// https://modrinth.com/mod/no-chat-reports/version/Fabric-1.21.3-v2.10.1
modLocalRuntime("maven.modrinth:no-chat-reports:Cg7X9iDa")
// https://modrinth.com/mod/no-chat-reports/version/Fabric-1.21.4-v2.11.0
modLocalRuntime("maven.modrinth:no-chat-reports:9xt05630")
}

repositories {
Expand Down
13 changes: 7 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,18 @@ mod_home_url=https://github.com/Protonull/CivModern
mod_source_url=https://github.com/Protonull/CivModern
mod_issues_url=https://github.com/Protonull/CivModern/issues

minecraft_version=1.21.3
minecraft_version=1.21.4
# https://parchmentmc.org/docs/getting-started
parchment_minecraft_version=1.21.3
parchment_mappings_version=2024.12.07
parchment_minecraft_version=1.21.4
parchment_mappings_version=2024.12.22
# https://fabricmc.net/versions.html
fabric_loader_version=0.16.9
fabric_api_version=0.110.0+1.21.3
fabric_api_version=0.113.0+1.21.4

# https://maven.isxander.dev/#/releases/dev/isxander/yet-another-config-lib/
# https://modrinth.com/mod/yacl/versions?c=release&l=fabric
yacl_version=3.6.2+1.21.2-fabric
yacl_version=3.6.2+1.21.4-fabric
# https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu/
# https://modrinth.com/mod/modmenu/versions?c=release&l=fabric
modmenu_version=12.0.0
# TODO: Update to a release version ASAP
modmenu_version=13.0.0-beta.1

0 comments on commit 320f96a

Please sign in to comment.