mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Simple Flowable Water!
Meet the 'Flowing' Water.
This commit is contained in:
@ -26,6 +26,7 @@ class Level{
|
||||
public function __construct(PMFLevel $level, Config $entities, Config $tiles, Config $blockUpdates, $name){
|
||||
$this->server = ServerAPI::request();
|
||||
$this->level = $level;
|
||||
$this->level->level = $this;
|
||||
$this->entities = $entities;
|
||||
$this->tiles = $tiles;
|
||||
$this->blockUpdates = $blockUpdates;
|
||||
|
Reference in New Issue
Block a user