Compare commits

..

No commits in common. "e9019245dc6e7ab97a475f16e41508f91bdb04ba" and "a3a413f5d629ebe2f309915150b0c5cc4b9fc845" have entirely different histories.

3 changed files with 0 additions and 34 deletions

View file

@ -1,24 +1,5 @@
# Upcoming changes
# Version NeoForge-1.26.0
Make it possible to open the client-config from the Mod-list GUI.
Port to NeoForge 21.1.69 (Minecraft 1.21.1).
Fix volume handling of battle/silly music. (Previous implementation did not
properly reduce volume based on Minecraft's "music volume" setting.)
Move client-config to NeoForge's configuration.
Add GUI to edit client-config that can be opened with /tbm-client-edit command.
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.
Added Armadillo, Bogged, and Breeze to mob list in config.
# Version NeoForge-1.25.2
Fix invalid use of throwable potions. (Previously, the Player would "drink"

2
FAQ.md
View file

@ -23,8 +23,6 @@ disabled for "passive" mobs.
**Note that while .ogg Vorbis files are supported, .ogg Opus files are NOT
supported.**
**It is recommended to use .ogg Vorbis files instead of .mp3 files.**
One can use FFmpeg to convert music files into .ogg Vorbis:
ffmpeg -i <music_file_to_convert> -map a:0 -c:a libvorbis output.ogg

View file

@ -4,19 +4,6 @@ Starting with version 1.24.0 of this mod, this file will list what version of
Java was used to compile the jars. In theory, using the same version of Java
should result in an identical jar due to reproducible builds.
## NeoForge 1.26.0
$ java --version
openjdk 21.0.4 2024-07-16
OpenJDK Runtime Environment (build 21.0.4+7)
OpenJDK 64-Bit Server VM (build 21.0.4+7, mixed mode, sharing)
$ javac --version
javac 21.0.4
$ sha256sum build/libs/TurnBasedMinecraft-NeoForge-1.26.0-all.jar
a13e93df640eb3ce5577521421e760aa5d808d34d5cef9c5415ae7a699173ea9 build/libs/TurnBasedMinecraft-NeoForge-1.26.0-all.jar
## NeoForge 1.25.2
$ java --version