mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Merge branch 'stable'
# Conflicts: # resources/vanilla # src/network/mcpe/protocol/serializer/PacketSerializer.php # src/world/biome/Biome.php # tests/phpstan/configs/l8-baseline.neon
This commit is contained in:
@ -48,6 +48,8 @@ final class BiomeRegistry{
|
||||
$this->register(BiomeIds::SWAMP, new SwampBiome());
|
||||
$this->register(BiomeIds::RIVER, new RiverBiome());
|
||||
|
||||
$this->register(BiomeIds::HELL, new HellBiome());
|
||||
|
||||
$this->register(BiomeIds::ICE_PLAINS, new IcePlainsBiome());
|
||||
|
||||
$this->register(BiomeIds::SMALL_MOUNTAINS, new SmallMountainsBiome());
|
||||
|
Reference in New Issue
Block a user