For v1.2 - Added 1.13 support.

This commit is contained in:
Jitse Boonstra
2018-08-18 14:37:05 +02:00
parent 15335c24f1
commit 1f0fca019b
85 changed files with 356 additions and 29 deletions
Regular → Executable
+1 -1
View File
@@ -7,7 +7,7 @@
<parent>
<groupId>net.jitse</groupId>
<artifactId>npclib-nms</artifactId>
<version>1.1.4</version>
<version>1.2</version>
</parent>
<artifactId>npclib-nms-v1_9_R1</artifactId>
+1 -1
View File
@@ -38,7 +38,7 @@ public class NPC_v1_9_R1 extends NPC {
@Override
public void createPackets() {
this.hologram = new Hologram(location.clone().subtract(0, 0.5, 0), lines);
hologram.generatePackets(false);
hologram.generatePackets(false, false);
this.gameProfile = generateGameProfile(uuid, name);
PacketPlayOutPlayerInfoWrapper packetPlayOutPlayerInfoWrapper = new PacketPlayOutPlayerInfoWrapper();