Fixes for shulker boxes and AnyChest in 1.11

Fixes IBlockData used being the default for a shulker box, closes #55
Corrected using wrong method to check if blocked in 1.11.2. Something something NMS version bumps.
This commit is contained in:
Jikoo
2016-12-31 07:05:52 -05:00
parent 9b6e32a775
commit 72ef873772
2 changed files with 14 additions and 9 deletions

View File

@@ -20,7 +20,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.11-R0.1-SNAPSHOT</version>
<version>1.11.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>