mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 11:15:57 -07:00
Added Sky biome for the Skylands. Thanks robin0van0der0v!
This commit is contained in:
@@ -356,6 +356,8 @@ public class CraftBlock implements Block {
|
||||
return Biome.TUNDRA;
|
||||
} else if (base == BiomeBase.HELL) {
|
||||
return Biome.HELL;
|
||||
} else if (base == BiomeBase.SKY) {
|
||||
return Biome.SKY;
|
||||
}
|
||||
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user