Updated Bukkit API for 1.2

This commit is contained in:
Nathan Adams
2012-03-01 10:48:44 +00:00
parent c22145a74e
commit 8604b9d2af
3 changed files with 9 additions and 3 deletions

View File

@@ -30,5 +30,7 @@ public enum Biome {
DESERT_HILLS,
FOREST_HILLS,
TAIGA_HILLS,
SMALL_MOUNTAINS
SMALL_MOUNTAINS,
JUNGLE,
JUNGLE_HILLS
}