Release 3.0.4

This commit is contained in:
RaphiMC 2024-10-25 19:11:44 +02:00
parent 72794a588b
commit f0ba0d2e61
No known key found for this signature in database
GPG Key ID: 0F6BB0657A03AC94
2 changed files with 7 additions and 7 deletions

View File

@ -49,7 +49,7 @@ ViaLoader is split into 6 different components:
- ViaRewind (Allows 1.8.x and 1.7.x clients to join to 1.9+ servers [needs ViaBackwards])
- ViaLegacy (Allows clients to join to <= 1.7.10 servers [needs ViaVersion])
- ViaAprilFools (Allows clients to join to some notable Minecraft snapshots [needs ViaBackwards])
- ViaBedrock (Allows clients to join to Bedrock edition servers [needs ViaVersion])
- ViaBedrock (Allows clients to join to Bedrock edition servers [needs latest ViaVersion and ViaLoader snapshot versions])
In case you want to include ViaBedrock, you have to add the Lenni0451 maven repository to your build script:
```groovy
@ -62,12 +62,12 @@ repositories {
```
Here is an example dependency configuration for all components:
```groovy
implementation "com.viaversion:viaversion:5.0.5"
implementation "com.viaversion:viabackwards-common:5.0.4"
implementation "com.viaversion:viaversion:5.1.0"
implementation "com.viaversion:viabackwards-common:5.1.0"
implementation "com.viaversion:viarewind-common:4.0.3"
implementation "net.raphimc:ViaLegacy:3.0.3"
implementation "net.raphimc:ViaAprilFools:3.0.2"
implementation "net.raphimc:ViaBedrock:0.0.12-SNAPSHOT"
implementation "net.raphimc:ViaLegacy:3.0.4"
implementation "net.raphimc:viaaprilfools-common:3.0.3"
implementation "net.raphimc:ViaBedrock:0.0.13-SNAPSHOT"
```
## Implementation

View File

@ -4,4 +4,4 @@ org.gradle.configureondemand=true
maven_group=net.raphimc
maven_name=ViaLoader
maven_version=3.0.4-SNAPSHOT
maven_version=3.0.4