Ad5001 / BetterGen

PocketMine's Tomorrow's World Generator. Mirror of
https://git.ad5001.eu/Ad5001/BetterGen
Other
58 stars 27 forks source link

Fix height #9

Closed inxomnyaa closed 7 years ago

inxomnyaa commented 7 years ago

https://github.com/Ad5001/BetterGen/blob/master/src/Ad5001/BetterGen/populator/LakePopulator.php#L54 I saw it on several things. Level.php has a height value which could be used instead

Ad5001 commented 7 years ago

Please note that every structures are executed async and the blocks are set in a SimpleChunkManager which has almost no method except setting blocks.

inxomnyaa commented 7 years ago

.. you can still access LEVEL::xxx constants..