Chunks no longer contain their own coordinates

This commit is contained in:
Dylan K. Taylor
2020-12-03 21:59:30 +00:00
parent 1f5998d24c
commit c808095978
23 changed files with 99 additions and 134 deletions

View File

@ -28,7 +28,7 @@ use PHPUnit\Framework\TestCase;
class ChunkTest extends TestCase{
public function testClone() : void{
$chunk = new Chunk(0, 0);
$chunk = new Chunk();
$chunk->setFullBlock(0, 0, 0, 1);
$chunk->setBiomeId(0, 0, 1);
$chunk->setHeightMap(0, 0, 1);