Fix passengers getting stuck in unloaded chunks (fixes #606)

We need to update the vehicle before its passengers.
This commit is contained in:
Jonas Herzig
2021-11-29 15:10:50 +01:00
parent 88a23222b6
commit d6cd917d9d
3 changed files with 24 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
net.minecraft.stats.StatisticsManager net.minecraft.stats.StatFileWriter
net.minecraft.init.MobEffects net.minecraft.potion.Potion
net.minecraft.util.math.Vec3d net.minecraft.util.Vec3
net.minecraft.util.text.TextComponentString net.minecraft.util.ChatComponentText
net.minecraft.util.text.TextComponentTranslation net.minecraft.util.ChatComponentTranslation
net.minecraft.util.text.Style net.minecraft.util.ChatStyle