Added Sky biome for the Skylands. Thanks robin0van0der0v!

This commit is contained in:
EvilSeph 2011-06-21 15:41:47 -04:00
parent 2c04c75fe1
commit b57cec115f

View File

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