1
0
Fork 0
minecraft-tweaks-2a03/src/main/java/party/_2a03/mc/mixin
Ryan Fox cbea81f9ce
Add persistent flight
When a player disconnects while flying in survival mode, they will
plummet to their deaths while reconnecting. These changes prevent that.
If a player is currently flying, their flight will not be disabled
unless the setGameMode method is called in the ServerPlayerEntity, which
is how the GameMode is usually set. Since the GameMode is initially set
using the interaction manager instead, players should be safe. :-)
2020-10-28 00:24:51 +00:00
..
MixinGameMode.java Add persistent flight 2020-10-28 00:24:51 +00:00
MixinGameModeCommand.java Initial commit 2020-01-07 15:53:42 +00:00
MixinRespawnAnchorBlock.java Rename "server" package to "util" 2020-08-17 01:22:31 +00:00
MixinServerPlayerEntity.java Add persistent flight 2020-10-28 00:24:51 +00:00
MixinTntBlock.java Rename "server" package to "util" 2020-08-17 01:22:31 +00:00
MixinTntEntity.java Rename "server" package to "util" 2020-08-17 01:22:31 +00:00