Partial Liquid flow

This commit is contained in:
Shoghi Cervantes
2014-09-26 13:25:52 +02:00
parent b231eba803
commit ae6f532b1d
5 changed files with 308 additions and 230 deletions

View File

@ -25,7 +25,7 @@ use pocketmine\event\entity\EntityDamageEvent;
use pocketmine\Server;
use pocketmine\entity\Entity;
class StillLava extends Liquid{
class StillLava extends Lava{
public function __construct($meta = 0){
parent::__construct(self::STILL_LAVA, $meta, "Still Lava");
$this->hardness = 500;