Added Sky biome for the Skylands. Thanks robin0van0der0v!
This commit is contained in:
parent
cd1c3858eb
commit
faab690dc7
@ -356,6 +356,8 @@ public class CraftBlock implements Block {
|
|||||||
return Biome.TUNDRA;
|
return Biome.TUNDRA;
|
||||||
} else if (base == BiomeBase.HELL) {
|
} else if (base == BiomeBase.HELL) {
|
||||||
return Biome.HELL;
|
return Biome.HELL;
|
||||||
|
} else if (base == BiomeBase.SKY) {
|
||||||
|
return Biome.SKY;
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user