Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-20 06:50:10 +01:00
4.0.0 Release
Dieser Commit ist enthalten in:
Ursprung
e41d643488
Commit
54a979c641
@ -5,7 +5,7 @@ plugins {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "com.viaversion"
|
group = "com.viaversion"
|
||||||
version = "4.0.0-1.17-rc1-SNAPSHOT"
|
version = "4.0.0"
|
||||||
description = "Allow older clients to join newer server versions."
|
description = "Allow older clients to join newer server versions."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -113,7 +113,7 @@ public class EntityPackets1_16 extends EntityRewriter<Protocol1_15_2To1_16> {
|
|||||||
|
|
||||||
// Send a dummy respawn with a different dimension if the world name was different and the same dimension was used
|
// Send a dummy respawn with a different dimension if the world name was different and the same dimension was used
|
||||||
if (clientWorld.getEnvironment() != null && dimension == clientWorld.getEnvironment().getId()
|
if (clientWorld.getEnvironment() != null && dimension == clientWorld.getEnvironment().getId()
|
||||||
&& (Via.getPlatform().isProxy() || !nextWorldName.equals(worldNameTracker.getWorldName()))) {
|
&& (wrapper.user().isClientSide() || Via.getPlatform().isProxy() || !nextWorldName.equals(worldNameTracker.getWorldName()))) {
|
||||||
PacketWrapper packet = wrapper.create(ClientboundPackets1_15.RESPAWN);
|
PacketWrapper packet = wrapper.create(ClientboundPackets1_15.RESPAWN);
|
||||||
packet.write(Type.INT, dimension == 0 ? -1 : 0);
|
packet.write(Type.INT, dimension == 0 ? -1 : 0);
|
||||||
packet.write(Type.LONG, 0L);
|
packet.write(Type.LONG, 0L);
|
||||||
|
@ -3,7 +3,7 @@ metadata.format.version = "1.0"
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
# ViaVersion
|
# ViaVersion
|
||||||
viaver = "4.0.0-1.17-rc1-SNAPSHOT"
|
viaver = "4.0.0-1.17-rc2-SNAPSHOT"
|
||||||
|
|
||||||
# Common provided
|
# Common provided
|
||||||
netty = "4.0.20.Final"
|
netty = "4.0.20.Final"
|
||||||
@ -16,7 +16,7 @@ checkerQual = "3.14.0"
|
|||||||
paper = "1.16.5-R0.1-SNAPSHOT"
|
paper = "1.16.5-R0.1-SNAPSHOT"
|
||||||
bungee = "1.16-R0.5-SNAPSHOT"
|
bungee = "1.16-R0.5-SNAPSHOT"
|
||||||
sponge = "5.0.0"
|
sponge = "5.0.0"
|
||||||
velocity = "1.1.0-SNAPSHOT"
|
velocity = "3.0.0-SNAPSHOT"
|
||||||
fabricLoader = "0.4.8+build.154"
|
fabricLoader = "0.4.8+build.154"
|
||||||
|
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren