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:
Dylan K. Taylor 2018-06-07 19:52:56 +01:00
parent f61ad20f6b
commit 428ca29e4b
2 changed files with 0 additions and 4 deletions

View File

@ -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 = [];

View File

@ -44,8 +44,6 @@ class Normal extends Generator{
private $populators = [];
/** @var int */
private $waterHeight = 62;
/** @var int */
private $bedrockDepth = 5;
/** @var Populator[] */
private $generationPopulators = [];