mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Remove dead bedrockDepth fields from generator
yes, this is not implemented yet. fields for this can be added when proper bedrock generation is implemented. For now, it's just dead code.
This commit is contained in:
@ -44,8 +44,6 @@ class Nether extends Generator{
|
||||
private $emptyAmplitude = 1;
|
||||
/** @var float */
|
||||
private $density = 0.5;
|
||||
/** @var int */
|
||||
private $bedrockDepth = 5;
|
||||
|
||||
/** @var Populator[] */
|
||||
private $generationPopulators = [];
|
||||
|
@ -44,8 +44,6 @@ class Normal extends Generator{
|
||||
private $populators = [];
|
||||
/** @var int */
|
||||
private $waterHeight = 62;
|
||||
/** @var int */
|
||||
private $bedrockDepth = 5;
|
||||
|
||||
/** @var Populator[] */
|
||||
private $generationPopulators = [];
|
||||
|
Reference in New Issue
Block a user