mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-15 16:05:28 +00:00
New Generated worlds are higher (so no more complains about "moving walls")
This commit is contained in:
parent
01628b88b7
commit
23ca20855a
@ -30,8 +30,8 @@ class SuperflatGenerator{
|
|||||||
private $config, $spawn, $structure;
|
private $config, $spawn, $structure;
|
||||||
public function __construct($seed){
|
public function __construct($seed){
|
||||||
$this->config = array(
|
$this->config = array(
|
||||||
"preset" => "7;20x1;3x3;2",
|
"preset" => "7;70x1;3x3;2",
|
||||||
"spawn-surface" => 24,
|
"spawn-surface" => 74,
|
||||||
"spawn-radius" => 10,
|
"spawn-radius" => 10,
|
||||||
"torches" => 0,
|
"torches" => 0,
|
||||||
"seed" => (int) $seed,
|
"seed" => (int) $seed,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user