Made bamboo cut through shrubs on generation
This commit is contained in:
parent
7552149aae
commit
b2701ab656
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue