MinecraftTAS / TASmod

Minecraft Tool-Assisted Speedrun (TAS) Tools with input playback
https://discord.gg/jGhNxpd
GNU General Public License v3.0
30 stars 5 forks source link

Lava has magnetic properties in tickrate 0 #137

Closed ScribbleTAS closed 2 years ago

ScribbleTAS commented 2 years ago

The issue comes from letting the network managers tick in tickrate 0 in MixinMinecraftServer. Now using MixinNetworkManager to specifically block updating the NetHandlerPlayerServer. Not server safe yet