mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-05 18:27:17 +01:00
Added Sky biome for the Skylands. Thanks robin0van0der0v!
By: EvilSeph <evilseph@unaligned.org>
This commit is contained in:
parent
0eafeb5ce0
commit
82899bb5e6
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue