Bamboo leaves now drop bamboo saplings
This commit is contained in:
parent
604d875f22
commit
0d05a11810
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ public class BlockBambooLeaves extends BlockLeavesBase implements IShearable
|
|||
*/
|
||||
public int idDropped(int par1, Random par2Random, int par3)
|
||||
{
|
||||
return Block.sapling.blockID;
|
||||
return BOPBlocks.bambooSapling.blockID;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue