Tall Grass can be replaced

This commit is contained in:
Shoghi Cervantes 2014-02-14 19:37:57 +01:00
parent fdf519398a
commit daf3198136

View File

@ -22,7 +22,7 @@
class TallGrassBlock extends FlowableBlock{
public function __construct($meta = 1){
parent::__construct(TALL_GRASS, $meta, "Tall Grass");
//$this->isReplaceable = true;
$this->isReplaceable = true;
$names = array(
0 => "Dead Shrub",
1 => "Tall Grass",