Fix passengers getting stuck in unloaded chunks (fixes #606)
We need to update the vehicle before its passengers.
This commit is contained in:
@@ -27,6 +27,7 @@ net.minecraft.client.gui.GuiYesNoCallback confirmResult() confirmClicked()
|
||||
net.minecraft.util.text.ITextComponent getString() getUnformattedText()
|
||||
net.minecraft.network.play.server.SPacketRespawn func_212643_b() getDimensionID()
|
||||
net.minecraft.client.Minecraft getPackFinder() getResourcePackRepository()
|
||||
net.minecraft.entity.Entity getPositionVec() getPositionVector()
|
||||
|
||||
net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent addWidget() addButton()
|
||||
net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent removeWidget() removeButton()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user