Dimensional Doors Legacy

Dimensional Doors Legacy

7.4k Downloads

Players stop rendering after teleport

MissPotato opened this issue ยท 5 comments

commented

Dimensional Doors Version: 3.0.0-beta4+125
**Forge Version:" 2587
When passing through the door, players stop rendering. This carries over to the overworld and only logging seems to fix it.

commented

I think chests don't render for a different reason. If you generate a pocket while you're already at the pocket's coordinates, none of the blocks render, and you have to reconnect. Chests for some reason sometimes don't render even if you're teleported after the schematic has been fully placed (as it is now), not sure why.

Players render most of the time, but they sometimes stop rendering after they're teleported (maybe something's wrong with the teleport code, though I'm doing it exactly like vanilla does...).

commented

Actually, adding chest loot to the chests, causes an update to the render, so they are not invisible anymore since c8c706b .

commented

We should probably still fix this, maybe in the future we'll have a way of marking chests we don't want to be filled with loot. I don't see how filling the chests could cause a render update though, since they're filled before the player is teleported...

commented

This may not only be the case for players.
I'm testing the dungeon pockets at the moment, and the chests don't seem to render either, until you try to open them, ie. give them an update.

So maybe it's all entities and tile-entity renders.

commented

Also:
3685659