Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viaversion/viaforge
Client-side Implementation of the Via* projects for Minecraft Forge
https://github.com/viaversion/viaforge
forge java minecraft minecraft-mod protocol protocol-hack protocol-translator viabackwards viaforge viamcp viarewind viaversion
Last synced: 3 months ago
JSON representation
Client-side Implementation of the Via* projects for Minecraft Forge
- Host: GitHub
- URL: https://github.com/viaversion/viaforge
- Owner: ViaVersion
- License: gpl-3.0
- Created: 2021-02-16T19:12:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T13:11:05.000Z (3 months ago)
- Last Synced: 2024-10-10T00:02:22.722Z (3 months ago)
- Topics: forge, java, minecraft, minecraft-mod, protocol, protocol-hack, protocol-translator, viabackwards, viaforge, viamcp, viarewind, viaversion
- Language: Java
- Homepage:
- Size: 19.3 MB
- Stars: 122
- Watchers: 7
- Forks: 32
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Supported Server versions
- Release (1.0.0 - 1.21.1)
- Beta (b1.0 - b1.8.1)
- Alpha (a1.0.15 - a1.2.6)
- Classic (c0.0.15 - c0.30 including [CPE](https://wiki.vg/Classic_Protocol_Extension))
- April Fools (3D Shareware, 20w14infinite)
- Combat Snapshots (Combat Test 8c)## How to (Users)
ViaForge can be installed on 1.12.2, 1.16.5, 1.17.1, 1.18.2, 1.19.2, 1.19.4, 1.20.4 and 1.20.6 Forge client versions.
The ``legacy-1.8`` also supports Minecraft 1.8.9.
Dev builds: https://ci.viaversion.com/view/Platforms/job/ViaForge/
If you encounter any issues, please report them on either:
- [the issue tracker](https://github.com/ViaVersion/ViaForge/issues)
- [the ViaVersion Discord](https://discord.gg/viaversion)## How to (Developers)
See [this project](https://github.com/ViaVersionMCP/ViaMCP) for a copy-paste solution to include ViaForge into your MCP based project.
### How to build
1. Clone the repository with `git clone`.
2. Run `./gradlew build` in the root directory of the repository.
3. The compiled jar files can be found in `viaforge-mc/build/libs`.Note: Build scripts are made to be run using Java 21.
## Other ViaVersion Mods / Platforms
ViaBungee - https://hangar.papermc.io/ViaVersion/ViaBungee (ensure Bungee is updated to latest)
ViaSponge - https://modrinth.com/project/viasponge
ViaFabric - https://modrinth.com/mod/viafabric
ViaFabricPlus - https://modrinth.com/mod/viafabricplus (Includes additional modifications to make the experience better)
ViaForge - https://modrinth.com/mod/viaforge/
ViaProxy (App) - https://github.com/ViaVersion/ViaProxy/#readme
ViaaaS (Proxy) - https://github.com/ViaVersion/ViaaaS#readmeFor a more detailed summary see https://viaversion.com