You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for opening this ticket!
I don’t think I’ll implement all of this, but some of it looks nice to have. I’ll see when I have some spare time to implement this. In the meantime, feel free to create a PR.
Add the NPC glow option and colorize the glow. npc.setGlowing(boolen) || npc.setGlowing(ChatColor)
Add Seat packet npc.toggleState(SEAT)
Add flying with elyra packet npc.toggleState(FLYING) (0x40 byte)
Add swiming in water packet npc.toggleState(SWIMING)
Add the option of boarding a passenger to npc npc.setPassager(Entity)
Add the damage packet to npc npc.sendDamage(player)
The text was updated successfully, but these errors were encountered: