Update for 1.1-R3

Includes fix from R2 as a breakage was introduced, but does not work with R2 because it also does not include the workaround for invalid block type being returned by BlockPlaceEvent.

Closes #57
This commit is contained in:
NuclearW
2012-01-30 10:47:01 -05:00
parent f3283de8dd
commit b695f9ed27
3 changed files with 6 additions and 6 deletions

View File

@ -107,14 +107,14 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.1-R3-SNAPSHOT</version>
<version>1.1-R4-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.1-R2</version>
<version>1.1-R3</version>
<type>jar</type>
<scope>compile</scope>
</dependency>