]> git.seodisparate.com - TurnBasedMinecraftMod/commitdiff
Update version to 1.26.5, NeoForge 21.1.74
authorStephen Seo <seo.disparate@gmail.com>
Tue, 5 Nov 2024 07:38:13 +0000 (16:38 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 5 Nov 2024 08:19:53 +0000 (17:19 +0900)
README.md
gradle.properties
src/main/java/com/burnedkirby/TurnBasedMinecraft/common/TurnBasedMinecraftMod.java

index 17a2ae127e9304a4f12c7d1dace9cc2575e3bf50..32b3c2132448f8405ce2c24ab0bc04bf42005bcc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -78,7 +78,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-NeoForge-1.26.4-MC-1.21.1-all.jar`
+`build/libs/TurnBasedMinecraft-NeoForge-1.26.5-MC-1.21.1-all.jar`
 
 # Reproducibility
 
index 0cea3e4555718f393ee5c3f25fbf1c26a523eb6c..1b5598d5503ebac0349ab5dbfbfb11dd77a3f211 100644 (file)
@@ -21,7 +21,7 @@ minecraft_version=1.21.1
 minecraft_version_range=[1.21.1, 1.22)
 
 # The Neo version must agree with the Minecraft version to get a valid artifact
-neo_version=21.1.73
+neo_version=21.1.74
 # The Neo version range can use any version of Neo as bounds
 neo_version_range=[21.1.0,)
 # The loader version range can only use the major version of FML as bounds
@@ -37,7 +37,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-MC-1.21.1
+mod_version=1.26.5-MC-1.21.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
index 00a50961bfeeb9e170923f10307fc762c006f10a..99119e52255896a0bcc0f03a4f5379dbf9ecafed 100644 (file)
@@ -41,7 +41,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-MC-1.21.1";
+    public static final String VERSION = "1.26.5-MC-1.21.1";
     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/";