Bump OpenNBT lib to 1.4-SNAPSHOT

This fixes the NPE when sending an ItemStack with a null NBT tag.
This also fixes some item movement bugs on pure vanilla servers.
This commit is contained in:
AJ Ferguson 2020-01-30 23:15:18 -09:00
parent 1a9aa4255f
commit 3d61b3ce28
4 changed files with 4 additions and 11 deletions

View file

@ -79,7 +79,7 @@
<dependency>
<groupId>com.github.steveice10</groupId>
<artifactId>opennbt</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.4-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>