Added Sky biome for the Skylands. Thanks robin0van0der0v!

By: EvilSeph <evilseph@unaligned.org>
This commit is contained in:
Bukkit/Spigot 2011-06-21 15:41:47 -04:00
parent a46d76e11a
commit 43c34bae27

View File

@ -15,5 +15,6 @@ public enum Biome {
PLAINS,
ICE_DESERT,
TUNDRA,
HELL
HELL,
SKY
}