Client-side Implementation of the Via* projects for Minecraft Forge
Go to file
EnZaXD f7a5eb910d
Renamed sub module
2023-09-21 22:24:44 +02:00
.github/workflows Fixed GUI and building 2023-06-08 20:18:39 +02:00
gradle/wrapper added new codebase 2023-01-04 03:42:43 +01:00
images added new codebase 2023-01-04 03:42:43 +01:00
mc1122 Renamed sub module 2023-09-21 22:24:44 +02:00
.gitignore added new codebase 2023-01-04 03:42:43 +01:00
LICENSE added new codebase 2023-01-04 03:42:43 +01:00
README.md Updated description of the project 2023-08-07 01:26:11 +02:00
build.gradle added new codebase 2023-01-04 03:42:43 +01:00
gradle.properties Bump libraries 2023-09-21 22:24:22 +02:00
gradlew added new codebase 2023-01-04 03:42:43 +01:00
gradlew.bat added new codebase 2023-01-04 03:42:43 +01:00
settings.gradle added new codebase 2023-01-04 03:42:43 +01:00

README.md

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.
If you just want to talk or need help with ViaForge feel free to join the ViaVersion Discord.

For users

Where can I download the latest version?

CurseForge: https://www.curseforge.com/minecraft/mc-mods/viaforge Modrinth: https://modrinth.com/mod/viaforge

Can you add new textures and blocks from higher versions?

No, because it is too time-consuming

ViaVersion throws an error, or I can't access a server, what should I do?

First of all see if it's because of an installed mod, otherwise come to the support Discord and tell me logs, mc version etc.

Certain collisions or other items bug, can you fix it?

No

For developers

How does it work?

Project Structure

All ViaForge versions from Minecraft version 1.12 onwards are on the master branch.
The names of the submodules indicate the version, they are always given in the format mc-<version name without .>.
Minecraft 1.12.2 - mc1122

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