Updated Video: • Code a Minecraft NPC with Menu GUI using N...
** Head rotation fix for skins **
Add this line of code below everything else in the show method:
playerConnection.sendPacket(new PacketPlayOutEntityHeadRotation(entityPlayer, (byte) (entityPlayer.yaw * 256 / 360)));
Today we'll be exploring creating NPCs with NMS, and adding custom skins to them.
Mojang Session Server link (for skins): https://sessionserver.mojang.com/sess...
Patreon: / jordanosterberg
Discord Server (Ask me questions, suggest videos, and so on!): / discord
Twitter: / osterbergjordan
GitHub: https://github.com/JordanOsterberg