#1.19.3-R2 NPC resources (request)

1 messages ยท Page 1 of 1 (latest)

hollow girder
#

hey there,
does anybody have resources or any idea, how to spawn NPCs in 1.19.3-R2? I have tried every method I know, but nothing seems to work. Any ideas appreciated ๐Ÿ‘

snow dagger
#

ProtocolLib or NMS?

torn hamlet
#

maybe you could go more into detail except just saying "nothing seems to work"

snow dagger
#

For NMS its simply:

  • Spawn
  1. Send ClientboundPlayerInfoUpdatePacket
  2. Send ClientboundAddPlayerPacket
  • Despawn
  1. Send ClientboundRemoveEntitiesPacket
  2. Send ClientboundPlayerInfoRemovePacket
hollow girder
torn hamlet
#

it's just two packets

snow dagger
#

I would send you my current implementation but its closed source.
Start by setting up mojang mapped NMS and then i can give you some hints

hollow girder
#

I really don't understand how this pocket stuff works

torn hamlet
#

pocket?

hollow girder
#

packet*

#

autocorrect

hollow girder
twin hare
snow dagger
hollow girder