File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ ViaLoader is split into 6 different components:
4949- ViaRewind (Allows 1.8.x and 1.7.x clients to join to 1.9+ servers [ needs ViaBackwards] )
5050- ViaLegacy (Allows clients to join to <= 1.7.10 servers [ needs ViaVersion] )
5151- ViaAprilFools (Allows clients to join to some notable Minecraft snapshots [ needs ViaBackwards] )
52- - ViaBedrock (Allows clients to join to Bedrock edition servers [ needs ViaVersion] )
52+ - ViaBedrock (Allows clients to join to Bedrock edition servers [ needs latest ViaVersion and ViaLoader snapshot versions ] )
5353
5454In case you want to include ViaBedrock, you have to add the Lenni0451 maven repository to your build script:
5555``` groovy
@@ -62,12 +62,12 @@ repositories {
6262```
6363Here is an example dependency configuration for all components:
6464``` groovy
65- implementation "com.viaversion:viaversion:5.0.5 "
66- implementation "com.viaversion:viabackwards-common:5.0.4 "
65+ implementation "com.viaversion:viaversion:5.1.0 "
66+ implementation "com.viaversion:viabackwards-common:5.1.0 "
6767implementation "com.viaversion:viarewind-common:4.0.3"
68- implementation "net.raphimc:ViaLegacy:3.0.3 "
69- implementation "net.raphimc:ViaAprilFools :3.0.2 "
70- implementation "net.raphimc:ViaBedrock:0.0.12 -SNAPSHOT"
68+ implementation "net.raphimc:ViaLegacy:3.0.4 "
69+ implementation "net.raphimc:viaaprilfools-common :3.0.3 "
70+ implementation "net.raphimc:ViaBedrock:0.0.13 -SNAPSHOT"
7171```
7272
7373## Implementation
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ org.gradle.configureondemand=true
44
55maven_group =net.raphimc
66maven_name =ViaLoader
7- maven_version =3.0.4-SNAPSHOT
7+ maven_version =3.0.4
You can’t perform that action at this time.
0 commit comments