Added base McRegion classes

This commit is contained in:
Shoghi Cervantes
2014-07-29 18:43:52 +02:00
parent b2978133f7
commit e9311f5ceb
7 changed files with 1087 additions and 3 deletions

View File

@ -73,7 +73,7 @@ class Chunk extends BaseChunk{
}
if(!isset($this->nbt->BiomeColors) or !($this->nbt->BiomeColors instanceof IntArray)){
$this->nbt->BiomeColors = new IntArray("BiomeColors", array_fill(0, 156, Binary::readInt("\x00\x85\xb2\x4a")));
$this->nbt->BiomeColors = new IntArray("BiomeColors", array_fill(0, 256, Binary::readInt("\x00\x85\xb2\x4a")));
}
$sections = [];