Fixes for 1.19-pre1
This commit is contained in:
parent
d201a67f74
commit
ed6263b886
17 changed files with 726 additions and 734 deletions
|
@ -94,7 +94,7 @@ public abstract class ServerPlayerMixin extends Player implements TeleportingEnt
|
|||
LevelData worldProperties = destination.getLevelData();
|
||||
ServerPlayer player = ServerPlayer.class.cast(this);
|
||||
connection.send(new ClientboundRespawnPacket(
|
||||
new Holder.Direct(destination.dimensionType()),
|
||||
destination.dimensionTypeId(),
|
||||
destination.dimension(),
|
||||
BiomeManager.obfuscateSeed(destination.getSeed()),
|
||||
gameMode.getGameModeForPlayer(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue