Better Tall Grass generation with bonemeal

This commit is contained in:
Shoghi Cervantes
2013-11-26 13:32:19 +01:00
parent 0f01570d01
commit 6e9b70c9cb
2 changed files with 2 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ class GrassBlock extends SolidBlock{
if(($player->gamemode & 0x01) === 0){
$item->count--;
}
TallGrassObject::growGrass($this->level, $this, new Random());
TallGrassObject::growGrass($this->level, $this, new Random(), 8, 2);
return true;
}elseif($item->isHoe()){
if(($player->gamemode & 0x01) === 0){