Started on 1.7.10 (v1_7_R4) support (#10).

The older version of Netty is causing a bug with TinyProtocol.
This commit is contained in:
Jitse Boonstra
2018-11-30 18:45:19 +01:00
parent 693bf92df1
commit 3f3c864a54
9 changed files with 324 additions and 0 deletions
+6
View File
@@ -19,6 +19,12 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.jitse</groupId>
<artifactId>npclib-nms-v1_7_R4</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.jitse</groupId>
<artifactId>npclib-nms-v1_8_R1</artifactId>