Update README.md

Reorder `Reproducibility` to be under `Building`.
This commit is contained in:
Stephen Seo 2023-12-30 13:50:27 +09:00
parent 24247eab7b
commit 132d16b2bd

View file

@ -12,11 +12,6 @@ https://www.curseforge.com/minecraft/mc-mods/turnbasedminecraft/files
(Once modrinth.com has approved this mod, the modrinth page of this mod will be (Once modrinth.com has approved this mod, the modrinth page of this mod will be
linked here.) linked here.)
# Reproducibility
This mod should support reproducible builds. See `Reproducibility.md` to see
more details.
# Forge or NeoForge # Forge or NeoForge
The `master` branch tracks the version of the mod for Minecraft Forge. The `master` branch tracks the version of the mod for Minecraft Forge.
@ -74,6 +69,11 @@ configured for them.)
Simply invoke `./gradlew build` in the mod directory and after some time the Simply invoke `./gradlew build` in the mod directory and after some time the
finished jar will be saved at "build/libs/TurnBasedMinecraft-Forge-1.24.0.jar" finished jar will be saved at "build/libs/TurnBasedMinecraft-Forge-1.24.0.jar"
# Reproducibility
This mod should support reproducible builds. See `Reproducibility.md` to see
more details.
# Other notes # Other notes
This mod uses [shadow](https://github.com/johnrengelman/shadow) which is This mod uses [shadow](https://github.com/johnrengelman/shadow) which is