mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Fixed Mojang world converters barfing on PocketMine-MP generated McRegion worlds
blame @shoghicp
This commit is contained in:
@ -156,6 +156,10 @@ class Anvil extends McRegion{
|
||||
return "anvil";
|
||||
}
|
||||
|
||||
public static function getPcWorldFormatVersion() : int{
|
||||
return 19133; //anvil
|
||||
}
|
||||
|
||||
public function getWorldHeight() : int{
|
||||
//TODO: add world height options
|
||||
return 256;
|
||||
|
Reference in New Issue
Block a user