Update Reproducibility.md and Changelog.md
This commit is contained in:
parent
a88d812bb3
commit
8d18405a61
2 changed files with 29 additions and 0 deletions
16
Changelog.md
16
Changelog.md
|
@ -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.
|
||||
|
|
|
@ -4,6 +4,19 @@ 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.
|
||||
|
||||
## Forge 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-Forge-1.26.0-all.jar
|
||||
9a3bb24fef9348e620ab5bcc120d83e11c5289a046561fb4ef91d0ccade9b271 build/libs/TurnBasedMinecraft-Forge-1.26.0-all.jar
|
||||
|
||||
## NeoForge 1.26.0
|
||||
|
||||
$ java --version
|
||||
|
|
Loading…
Reference in a new issue