]> git.seodisparate.com - TurnBasedMinecraftMod/commitdiff
Version Forge-1.26.0
authorStephen Seo <seo.disparate@gmail.com>
Tue, 15 Oct 2024 05:46:19 +0000 (14:46 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 15 Oct 2024 05:46:19 +0000 (14:46 +0900)
Changelog.md
src/main/java/com/burnedkirby/TurnBasedMinecraft/common/TurnBasedMinecraftMod.java

index 3cb447a2adf5cbeab00d97d5320574a5da708d60..82741fcaef165f31ef3b4bc667e98dd1f6eed2e4 100644 (file)
@@ -1,5 +1,21 @@
 # Upcoming changes
 
+# Version Forge-1.26.0
+
+Port to Forge 52.0.21 (Minecraft 1.21.1).
+
+Client-config available via `/tbm-client-edit` (same as NeoForge), but there is
+no way to access it via the mod-list (unlike NeoForge). Removed from file
+holding server-side config (same as NeoForge).
+
+Add option in client-config to set battle/silly music volume, and an option for
+whether or not battle/silly music volume is affected by global music volume
+setting and whether or not it is affected by master volume setting.
+
+Proper volume handling (like in the NeoForge branch).
+
+Added Armadillo, Bogged, and Breeze to mob list in config.
+
 # Version NeoForge-1.26.0
 
 Make it possible to open the client-config from the Mod-list GUI.
index f35e9d9c9bc9cd4753a9b7b1c90bfc453bf5235e..badd885615e5555f66c4434ee227b7c026527a55 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.25.2";
+    public static final String VERSION = "1.26.0";
     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/";