Open MrKolia1-1 opened 4 years ago
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.
I dont know "PR." whats it?
A PR, or Pull Request is a way of contributing to the code. It's a feature of GitHub.
Please add the sendDamage one, im needing this c:
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)