Removed bonemeal case for kelp

This commit is contained in:
Adubbz 2014-05-19 11:54:54 +10:00
parent b1f9cb36df
commit c30fcbb7a6
1 changed files with 0 additions and 13 deletions

View File

@ -74,19 +74,6 @@ public class BonemealEventHandler
}
}
}
else if (block == BOPBlockHelper.get("coral") && event.world.getBlockMetadata(x, y, z) == 3)
{
event.setResult(Result.ALLOW);
/*TODO: FEATURE if (!event.world.isRemote)
{
if (event.world.rand.nextFloat() < 0.45D)
{
WorldGenKelp worldgenkelp = new WorldGenKelp(false);
worldgenkelp.generate(event.world, event.world.rand, event.X, event.Y, event.Z);
}
}*/
}
else if (block == BOPBlockHelper.get("plants"))
{
event.setResult(Result.ALLOW);