Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit f0e7a3b

Browse files
committed
Start 4.4.0 cycle; New versioning scheme
Signed-off-by: Florian Reuth <git@florianreuth.de>
1 parent fc78c49 commit f0e7a3b

2 files changed

Lines changed: 23 additions & 4 deletions

File tree

README.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,24 @@
1414

1515
## How to (Users)
1616

17+
If you are using the latest Minecraft version and care about the gameplay being more enjoyable/functional, you may want
18+
to
19+
check [ViaFabricPlus](https://modrinth.com/mod/viafabricplus) out.
20+
1721
### Supported Client versions
1822

19-
ViaForge can be installed on 1.8.9, 1.12.2, 1.16.5, 1.17.1, 1.18.2, 1.19.2, 1.19.4, 1.20.1, 1.20.4, 1.20.6 and 1.21.11
20-
Forge,
21-
and 1.20.1, 1.20.6, 1.21.11 NeoForge client versions. <br>
23+
- Minecraft 26.x+ versions
24+
- 1.16.5 – 1.21.11
25+
- 1.8.9 / 1.12.2
26+
using the Forge or NeoForge (1.20.1+) Loader.
27+
28+
For each year, there is a versioned branch named after that year (for example, `ver/26.x`). Each yearly branch contains
29+
all `26.x` releases published during that year.
30+
31+
Additional version branches
32+
33+
- `ver/1.16-1.21`
34+
- `ver/1.8-1.12`
2235

2336
## Supported Server versions
2437

@@ -55,3 +68,9 @@ to retrieve a player's protocol version via plugin messages, which can be useful
5568
version-dependent logic.
5669
For more details on how to use this feature, see
5770
the [Server and Player Details Protocol wiki](https://github.com/ViaVersion/ViaVersion/wiki/Server-and-Player-Details-Protocol).
71+
72+
## Disclaimer
73+
74+
It cannot be guaranteed that this mod is allowed on specific servers as it can possibly cause problems with anti-cheat
75+
plugins.\
76+
***(USE ONLY WITH CAUTION!)***

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.daemon=false
44

55
# Project Details
66
maven_group=com.viaversion
7-
maven_version=4.3.3-SNAPSHOT
7+
maven_version=4.4.0-SNAPSHOT
88
maven_description=Client-side ViaVersion implementation for MinecraftForge and NeoForge
99

1010
mixin_version=0.8.3

0 commit comments

Comments
 (0)