Compare commits
No commits in common. "54afb0826317a5fbe63ef0b10e9d46d4533ca128" and "edc3246bd123ea49b10c46284099f1af4773be1d" have entirely different histories.
54afb08263
...
edc3246bd1
2 changed files with 1 additions and 17 deletions
|
@ -1,11 +1,8 @@
|
||||||
# Upcoming changes
|
# Upcoming changes
|
||||||
|
|
||||||
# Version NeoForge-1.25.1
|
|
||||||
|
|
||||||
Add icon for mod in Mod list description.
|
Add icon for mod in Mod list description.
|
||||||
|
|
||||||
Update for NeoForge 20.4.108-beta.
|
Update for NeoForge 20.4.108-beta.
|
||||||
Works on NeoForge Minecraft 1.20.4.
|
|
||||||
|
|
||||||
# Version NeoForge-1.25.0
|
# Version NeoForge-1.25.0
|
||||||
|
|
||||||
|
|
|
@ -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
|
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.
|
should result in an identical jar due to reproducible builds.
|
||||||
|
|
||||||
## NeoForge 1.25.1
|
|
||||||
|
|
||||||
$ java --version
|
|
||||||
openjdk 17.0.9 2023-10-17
|
|
||||||
OpenJDK Runtime Environment (build 17.0.9+8)
|
|
||||||
OpenJDK 64-Bit Server VM (build 17.0.9+8, mixed mode)
|
|
||||||
|
|
||||||
$ javac --version
|
|
||||||
javac 17.0.9
|
|
||||||
|
|
||||||
$ sha256sum build/libs/TurnBasedMinecraft-NeoForge-1.25.1-all.jar
|
|
||||||
b0ec086c356c4d3662dcea4bdd9aeb2b0786e4ef40e061599e81b529746e01ea build/libs/TurnBasedMinecraft-NeoForge-1.25.1-all.jar
|
|
||||||
|
|
||||||
## NeoForge 1.25.0
|
## NeoForge 1.25.0
|
||||||
|
|
||||||
$ java --version
|
$ java --version
|
||||||
|
|
Loading…
Reference in a new issue