First look at loading 1.13+ worlds

This commit is contained in:
Dylan K. Taylor
2022-02-07 03:04:29 +00:00
parent dd3b79b142
commit e58b3ba46c
12 changed files with 321 additions and 68 deletions

View File

@ -44,7 +44,7 @@ class BlockStateUpgraderTest extends TestCase{
private BlockStateUpgrader $upgrader;
public function setUp() : void{
$this->upgrader = new BlockStateUpgrader();
$this->upgrader = new BlockStateUpgrader([]);
}
private function getNewSchema() : BlockStateUpgradeSchema{