From 325494824cd37e9a3aa5c6c8422df0b269221f8e Mon Sep 17 00:00:00 2001 From: Howard ZHY <96782166+HowardZHY@users.noreply.github.com> Date: Mon, 29 Apr 2024 04:36:23 +0800 Subject: [PATCH] [ci skip] Update README.md (#87) --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f32881f..727751b 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,17 @@ GitHub Releases: https://github.com/ViaVersion/ViaForge ## For developers ### Project Structure -All ViaForge versions from Minecraft version 1.12 onwards are on the `master` branch.
+All ViaForge versions from Minecraft version 1.12.2 onwards are on the `master` branch.
The names of the submodules indicate the version, they are always given in the format `mc-`.
-`Minecraft 1.12.2` - `mc112`
-`Minecraft 1.16.5` - `mc116`
-`Minecraft 1.17.1` - `mc117`
-`Minecraft 1.18.2` - `mc118`
-`Minecraft 1.19.4` - `mc119`
-`Minecraft 1.20.4` - `mc120`
+`Minecraft 1.12.2` - `viaforge-mc1122`
+`Minecraft 1.16.5` - `viaforge-mc1165`
+`Minecraft 1.17.1` - `viaforge-mc1171`
+`Minecraft 1.18.2` - `viaforge-mc1182`
+`Minecraft 1.19.4` - `viaforge-mc1194`
+`Minecraft 1.20.4` - `viaforge-mc1204`
### ViaForge for Minecraft 1.8 -Since ForgeGradle for Minecraft 1.8 is too old, it has its own branch called `legacy-1.8` +Since ForgeGradle for Minecraft 1.8.9 is too old, it has its own branch called `legacy-1.8` ### I want ViaForge in my own utility mod Just take a look at my other Project called `ViaMCP`: https://github.com/FlorianMichael/ViaMCP