add RUDIMENTARY displays

This commit is contained in:
Sen 2025-07-06 13:20:13 +02:00
parent f6b036b517
commit e18a151f6c
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
31 changed files with 795 additions and 483 deletions

View file

@ -858,7 +858,7 @@ public final class Server implements IThreadListener, Executor {
world = world == null ? this.space : world;
}
EntityNPC nplayer = conn.createPlayer(world, EntityRegistry.getEntityString(old));
conn.clonePlayer(old);
conn.copyPlayer(old);
nplayer.setId(old.getId());
nplayer.setOrigin(origin);
if(bed != null) {