Players can put out fires

This commit is contained in:
Shoghi Cervantes
2013-06-09 15:14:30 +02:00
parent 1cc19ae1e8
commit cbe0692696
3 changed files with 6 additions and 2 deletions

View File

@ -29,6 +29,7 @@ class FireBlock extends FlowableBlock{
public function __construct($meta = 0){
parent::__construct(FIRE, $meta, "Fire");
$this->isReplaceable = true;
$this->breakable = false;
$this->isFullBlock = true;
}