Add support for new 1.1 biomes (beach, forest hills, desert hills, taiga hills, small mountains)

This commit is contained in:
Mike Primm 2012-01-16 20:43:29 -06:00
parent ecf3a64b74
commit 5e9ba1e6e3
8 changed files with 32 additions and 2 deletions

View file

@ -99,7 +99,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>[1.0.0-R1-SNAPSHOT,)</version>
<version>[1.1-R1-SNAPSHOT,)</version>
<type>jar</type>
<scope>compile</scope>
</dependency>