mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-11-23 12:05:28 +01:00
Release 3.4.9
This commit is contained in:
parent
697169dc76
commit
ac5359b8dd
@ -28,7 +28,7 @@ If you need ViaFabricPlus for older versions of the game, you can use [ViaFabric
|
|||||||
- Classic (c0.0.15 - c0.30 including [CPE](https://wiki.vg/Classic_Protocol_Extension))
|
- Classic (c0.0.15 - c0.30 including [CPE](https://wiki.vg/Classic_Protocol_Extension))
|
||||||
- April Fools (3D Shareware, 20w14infinite)
|
- April Fools (3D Shareware, 20w14infinite)
|
||||||
- Combat Snapshots (Combat Test 8c)
|
- Combat Snapshots (Combat Test 8c)
|
||||||
- Bedrock Edition 1.21.30 ([Some features are missing](https://github.com/RaphiMC/ViaBedrock#features))
|
- Bedrock Edition 1.21.40 ([Some features are missing](https://github.com/RaphiMC/ViaBedrock#features))
|
||||||
|
|
||||||
## How to (Users)
|
## How to (Users)
|
||||||
- [A detailed guide on how to install and use the mod](docs/USAGE.md)
|
- [A detailed guide on how to install and use the mod](docs/USAGE.md)
|
||||||
|
10
build.gradle
10
build.gradle
@ -66,15 +66,15 @@ dependencies {
|
|||||||
|
|
||||||
modCompileOnly "com.terraformersmc:modmenu:11.0.3"
|
modCompileOnly "com.terraformersmc:modmenu:11.0.3"
|
||||||
|
|
||||||
jij "com.viaversion:viaversion-common:5.1.1-SNAPSHOT"
|
jij "com.viaversion:viaversion-common:5.1.1-20241025.184819-1"
|
||||||
jij "com.viaversion:viabackwards-common:5.1.0"
|
jij "com.viaversion:viabackwards-common:5.1.0"
|
||||||
jij "net.raphimc:viaaprilfools-common:3.0.4-SNAPSHOT"
|
jij "net.raphimc:viaaprilfools-common:3.0.4-20241025.171739-1"
|
||||||
jij "net.raphimc:ViaLegacy:3.0.5-SNAPSHOT"
|
jij "net.raphimc:ViaLegacy:3.0.5-20241025.171620-1"
|
||||||
jij ("net.raphimc:ViaBedrock:0.0.12-SNAPSHOT") {
|
jij ("net.raphimc:ViaBedrock:0.0.13-20241025.223546-1") {
|
||||||
exclude group: "io.jsonwebtoken"
|
exclude group: "io.jsonwebtoken"
|
||||||
exclude group: "com.mojang", module: "brigadier"
|
exclude group: "com.mojang", module: "brigadier"
|
||||||
}
|
}
|
||||||
jij ("net.raphimc:ViaLoader:3.0.5-SNAPSHOT") {
|
jij ("net.raphimc:ViaLoader:3.0.5-20241025.171921-1") {
|
||||||
exclude group: "com.google.guava", module: "guava"
|
exclude group: "com.google.guava", module: "guava"
|
||||||
exclude group: "org.slf4j", module: "slf4j-api"
|
exclude group: "org.slf4j", module: "slf4j-api"
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@ org.gradle.parallel=true
|
|||||||
# Project Details
|
# Project Details
|
||||||
maven_group=de.florianmichael
|
maven_group=de.florianmichael
|
||||||
maven_name=ViaFabricPlus
|
maven_name=ViaFabricPlus
|
||||||
maven_version=3.4.9-SNAPSHOT
|
maven_version=3.4.9
|
||||||
maven_description=Fabric mod to connect to EVERY Minecraft server version (Release, Beta, Alpha, Classic, Snapshots, Bedrock) with QoL fixes to the gameplay
|
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
|
# Minecraft/Fabric
|
||||||
|
Loading…
Reference in New Issue
Block a user