Made bamboo cut through shrubs on generation

This commit is contained in:
Adubbz 2013-05-17 21:06:57 +10:00
parent 7552149aae
commit b2701ab656
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,12 @@ public class BlockBamboo extends Block
}
}
}
@Override
public boolean canBeReplacedByLeaves(World world, int x, int y, int z)
{
return false;
}
/**
* Checks to see if its valid to put this block at the specified coordinates. Args: world, x, y, z