mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-12-21 16:38:39 +01:00
Release 3.4.4
This commit is contained in:
parent
5372b9f0de
commit
c3fe856f6d
@ -22,7 +22,7 @@ legacy combat mechanics, movement, and rendering changes to make the gameplay mo
|
||||
If you need ViaFabricPlus for older versions of the game, you can use [ViaFabric](https://viaversion.com/fabric)
|
||||
|
||||
## Supported Server versions
|
||||
- Release (1.0.0 - 1.21)
|
||||
- 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))
|
||||
|
10
build.gradle
10
build.gradle
@ -58,15 +58,15 @@ dependencies {
|
||||
|
||||
modCompileOnly "com.terraformersmc:modmenu:11.0.1"
|
||||
|
||||
jij "com.viaversion:viaversion-common:5.0.4-SNAPSHOT"
|
||||
jij "com.viaversion:viaversion-common:5.0.4-20240808.153015-1"
|
||||
jij "com.viaversion:viabackwards-common:5.0.3"
|
||||
jij "net.raphimc:viaaprilfools-common:3.0.2-SNAPSHOT"
|
||||
jij "net.raphimc:ViaLegacy:3.0.3-SNAPSHOT"
|
||||
jij ("net.raphimc:ViaBedrock:0.0.10-SNAPSHOT") {
|
||||
jij "net.raphimc:viaaprilfools-common:3.0.2-20240806.214715-4"
|
||||
jij "net.raphimc:ViaLegacy:3.0.3-20240806.214914-6"
|
||||
jij ("net.raphimc:ViaBedrock:0.0.10-20240807.200847-18") {
|
||||
exclude group: "io.jsonwebtoken"
|
||||
exclude group: "com.mojang", module: "brigadier"
|
||||
}
|
||||
jij ("net.raphimc:ViaLoader:3.0.3-SNAPSHOT") {
|
||||
jij ("net.raphimc:ViaLoader:3.0.3-20240808.151621-9") {
|
||||
exclude group: "com.google.guava", module: "guava"
|
||||
exclude group: "org.slf4j", module: "slf4j-api"
|
||||
}
|
||||
|
@ -5,7 +5,7 @@ org.gradle.parallel=true
|
||||
# Project Details
|
||||
maven_group=de.florianmichael
|
||||
maven_name=ViaFabricPlus
|
||||
maven_version=3.4.4-SNAPSHOT
|
||||
maven_version=3.4.4
|
||||
maven_description=Fabric mod to connect to EVERY Minecraft server version (Release, Beta, Alpha, Classic, Snapshots, Bedrock) with QoL fixes to the gameplay
|
||||
|
||||
# Minecraft/Fabric
|
||||
|
Loading…
Reference in New Issue
Block a user