JitseB / NPCLib

(Minecraft) NPCLib – Basic non-player character library.
MIT License
197 stars 49 forks source link

1.16.4 support #125

Closed Damien0503 closed 3 years ago

Damien0503 commented 3 years ago

Describe the bug 1.16.4 is just not supported :)

NPCLib usage option 2

NPCLib JAR name npclib-plugin-2.10-SNAPSHOT.jar

Server version Paper 1.16.4 (build 260)

To Reproduce Just start a server in 1.16.4

Mooselk commented 3 years ago

I don’t think much has changed since 1.16.2 so you could probably copy paste the 1.16r1 class and rename it and the version enum to MinecraftVersion https://github.com/MinecraftLibraries/NPCLib/blob/master/api/src/main/java/net/jitse/npclib/internal/MinecraftVersion.java

hacecah555 commented 3 years ago

packets are changed, please check if you can do something for 1.16.4 thank you. :)

Mooselk commented 3 years ago

I’ll create a pull request when I get the chance.

Mooselk commented 3 years ago

https://github.com/Mooselk/NPCLib/releases/tag/2.9.1

JitseB commented 3 years ago

I will post the official release in a bit.