]> git.seodisparate.com - TurnBasedMinecraftMod/commitdiff
Version bump, 1.26.1, Forge 52.0.22
authorStephen Seo <seo.disparate@gmail.com>
Tue, 22 Oct 2024 04:34:12 +0000 (13:34 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 23 Oct 2024 07:23:05 +0000 (16:23 +0900)
Changelog.md
README.md
gradle.properties

index 82741fcaef165f31ef3b4bc667e98dd1f6eed2e4..d8217cfe219215eaa86967aac24d14e4f936260f 100644 (file)
@@ -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).
index 4f4c45198b8e4fc78e6b9ccc6cfcef1398345746..6a06f59b608fbb6da01c56316d84c69ee2da8b94 100644 (file)
--- 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
 
index cae74fcd3ca2b8108d1195b5f82518652e336458..2ed6b7dfd72f2c9992eb5547db569d8a28e4e515 100644 (file)
@@ -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