EntityBlock doesn't block left click.

This commit is contained in:
tcooc 2012-10-31 00:42:05 -04:00
parent 85fee2aef7
commit b889f6076d

View file

@ -89,8 +89,4 @@ public class EntityBlock extends Entity {
nbttagcompound.setDouble("kSize", kSize);
}
@Override
public boolean canBeCollidedWith() {
return !isDead;
}
}