]> git.seodisparate.com - TurnBasedMinecraftMod/commitdiff
Update version to 1.26.5, Forge 52.0.26 (MC1.21.1)
authorStephen Seo <seo.disparate@gmail.com>
Tue, 5 Nov 2024 07:55:54 +0000 (16:55 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 5 Nov 2024 08:17:22 +0000 (17:17 +0900)
README.md
gradle.properties
src/main/java/com/burnedkirby/TurnBasedMinecraft/common/TurnBasedMinecraftMod.java

index c107d102fbe22c9d20358c39770dd8c0cceeda69..e3340e2371b9d4c7d6b1e6a2c4f7e06d3d90af8a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -77,7 +77,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.4-all.jar`
+`build/libs/TurnBasedMinecraft-Forge-1.26.5-all.jar`
 
 # Reproducibility
 
index a4415694ddfc68c48f0c9c71bd5dac233cb5028b..c5c07f4a359424b164c4718e7cc2a6a1b83da1fb 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.24
+forge_version=52.0.26
 # 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.4
+mod_version=1.26.5
 # 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
index 31c071205a39dc87d13e8631ef15958364e60ad2..d717a03586b07db057a64e2bc151a1ad331730c3 100644 (file)
@@ -39,7 +39,7 @@ import org.apache.logging.log4j.Logger;
 public class TurnBasedMinecraftMod {
     public static final String MODID = "com_burnedkirby_turnbasedminecraft";
     public static final String NAME = "Turn Based Minecraft Mod";
-    public static final String VERSION = "1.26.4";
+    public static final String VERSION = "1.26.5";
     public static final String CONFIG_FILENAME = "TBM_Config.toml";
     public static final String DEFAULT_CONFIG_FILENAME = "TBM_Config_DEFAULT.toml";
     public static final String CONFIG_DIRECTORY = "config/TurnBasedMinecraft/";