#2834: Add support for long array NBT tag

This commit is contained in:
md_5
2020-05-09 15:41:38 +10:00
parent b85df4f2a1
commit 3373eb864d
2 changed files with 15 additions and 18 deletions

View File

@@ -24,12 +24,6 @@
</properties>
<dependencies>
<dependency>
<groupId>com.flowpowered</groupId>
<artifactId>flow-nbt</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-haproxy</artifactId>
@@ -91,6 +85,12 @@
<version>5.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>se.llbit</groupId>
<artifactId>jo-nbt</artifactId>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>