From 8e646cb81464a3a9424cfe5fb6a6efab0fc6bdb6 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 22 Oct 2024 13:34:12 +0900 Subject: [PATCH] Version bump, 1.26.1, Forge 52.0.22 --- Changelog.md | 4 ++++ README.md | 2 +- gradle.properties | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 82741fc..d8217cf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Upcoming changes +Minor fixes/refactorings that should make the mod more robust. + +Port to Forge 52.0.22 (Minecraft 1.21.1). + # Version Forge-1.26.0 Port to Forge 52.0.21 (Minecraft 1.21.1). diff --git a/README.md b/README.md index 4f4c451..6a06f59 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ configured for them.) Simply invoke `./gradlew build` in the mod directory and after some time the finished jar will be saved at -`build/libs/TurnBasedMinecraft-Forge-1.26.0-all.jar` +`build/libs/TurnBasedMinecraft-Forge-1.26.1-all.jar` # Reproducibility diff --git a/gradle.properties b/gradle.properties index cae74fc..2ed6b7d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ minecraft_version=1.21.1 # as they do not follow standard versioning conventions. minecraft_version_range=[1.21.1,1.22) # The Forge version must agree with the Minecraft version to get a valid artifact -forge_version=52.0.21 +forge_version=52.0.22 # The Forge version range can use any version of Forge as bounds or match the loader version range forge_version_range=[0,) # The loader version range can only use the major version of Forge/FML as bounds @@ -48,7 +48,7 @@ mod_name=TurnBasedMinecraftMod # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=MIT # The mod version. See https://semver.org/ -mod_version=1.26.0 +mod_version=1.26.1 # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html