Added support for newer mobs to fishing's shake ability.

This commit is contained in:
Glitchfinder
2012-10-29 14:27:22 -07:00
parent 42aa426991
commit 058dc8c611
2 changed files with 93 additions and 5 deletions

7
pom.xml Normal file → Executable file
View File

@ -121,6 +121,13 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>LATEST</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.getspout</groupId>
<artifactId>spoutpluginapi</artifactId>