Start handling Spout custom IDs (16 bit block IDs)

This commit is contained in:
Mike Primm 2012-01-22 16:24:02 -06:00
parent 1bec851087
commit 8c97a6e681
3 changed files with 80 additions and 3 deletions

View file

@ -157,5 +157,11 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.getspout</groupId>
<artifactId>spoutpluginapi</artifactId>
<version>dev-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>