mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-08 10:09:36 +01:00
44 lines
1.7 KiB
Markdown
44 lines
1.7 KiB
Markdown
# ViaForge
|
|
Client-side Implementation of ViaVersion, ViaBackwards and ViaRewind for Legacy Minecraft Forge
|
|
|
|
## Contact
|
|
If you encounter any issues, please report them on the
|
|
[issue tracker](https://github.com/ViaVersion/ViaForge/issues).
|
|
If you just want to talk or need help with ViaForge feel free to join the ViaVersion
|
|
[Discord](https://discord.gg/viaversion).
|
|
|
|
## For users
|
|
### Where can I download the latest version?
|
|
CurseForge: https://www.curseforge.com/minecraft/mc-mods/viaforge
|
|
|
|
Modrinth: https://modrinth.com/mod/viaforge
|
|
|
|
GitHub Releases: https://github.com/ViaVersion/ViaForge
|
|
|
|
### How does it work?
|
|
![](.github/images/ViaVersion.png)
|
|
|
|
## For developers
|
|
### Project Structure
|
|
All ViaForge versions from Minecraft version 1.12 onwards are on the `master` branch. <br>
|
|
The names of the submodules indicate the version, they are always given in the format `mc-<version name without .>`. <br>
|
|
`Minecraft 1.12.2` - `mc112` <br>
|
|
`Minecraft 1.16.4/5` - `mc116` <br>
|
|
`Minecraft 1.17.2` - `mc117` <br>
|
|
`Minecraft 1.18.2` - `mc118` <br>
|
|
`Minecraft 1.19.4` - `mc119` <br>
|
|
|
|
### ViaForge for Minecraft 1.8
|
|
Since ForgeGradle for Minecraft 1.8 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
|
|
|
|
## Other ViaVersion Mods / Platforms
|
|
- ViaFabric - https://modrinth.com/mod/viafabric
|
|
- ViaFabricPlus - https://github.com/ViaVersion/ViaFabricPlus (Includes additional modifications to make the experience better)
|
|
- ViaProxy (App) - https://github.com/ViaVersion/ViaProxy/
|
|
- ViaaaS (Proxy) - https://github.com/ViaVersion/ViaaaS
|
|
|
|
### If you want to talk with me, feel free to join my [Discord](https://discord.gg/BwWhCHUKDf)
|