remove crop handling for flowers
This commit is contained in:
parent
3ad6c673ff
commit
6905b7743a
1 changed files with 1 additions and 2 deletions
|
@ -65,8 +65,7 @@ public class CropHandlerPlantable implements ICropHandler {
|
|||
public boolean isMature(IBlockAccess blockAccess, Block block, int meta, int x, int y, int z) {
|
||||
if (block == null) {
|
||||
return false;
|
||||
} else if (block instanceof BlockFlower
|
||||
|| block instanceof BlockTallGrass
|
||||
} else if (block instanceof BlockTallGrass
|
||||
|| block instanceof BlockMelon
|
||||
|| block instanceof BlockMushroom
|
||||
|| block instanceof BlockDoublePlant
|
||||
|
|
Loading…
Reference in a new issue