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 4fa90c85c9
commit 49338111a7
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>