Added Sky biome for the Skylands. Thanks robin0van0der0v!

This commit is contained in:
EvilSeph
2011-06-21 15:41:47 -04:00
parent f92e142e4f
commit 101ef61137

View File

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